bevy/crates/bevy_core_pipeline/src
Sludge 37e80745d2
Derive Debug for BloomCompositeMode (#11041)
# Objective

- API guidelines recommend that every type should implement `Debug`
where possible.

## Solution

- Do that.
2023-12-21 19:59:46 +00:00
..
blit Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
bloom Derive Debug for BloomCompositeMode (#11041) 2023-12-21 19:59:46 +00:00
contrast_adaptive_sharpening Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
core_2d Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
core_3d Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
deferred Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
prepass Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
skybox Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
taa Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
tonemapping Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
upscaling Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
clear_color.rs impl From<Color> for ClearColorConfig (#10734) 2023-11-26 20:48:03 +00:00
lib.rs Add [lints] table, fix adding #![allow(clippy::type_complexity)] everywhere (#10011) 2023-11-18 20:58:48 +00:00
msaa_writeback.rs Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00