bevy/crates/bevy_core_pipeline/src
tygyh fd308571c4
Remove unnecessary path prefixes (#10749)
# Objective

- Shorten paths by removing unnecessary prefixes

## Solution

- Remove the prefixes from many paths which do not need them. Finding
the paths was done automatically using built-in refactoring tools in
Jetbrains RustRover.
2023-11-28 23:43:40 +00:00
..
blit Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
bloom Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
contrast_adaptive_sharpening Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
core_2d Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
core_3d Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
deferred Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
prepass allow DeferredPrepass to work without other prepass markers (#10223) 2023-11-03 01:09:14 +00:00
skybox Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
taa Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
tonemapping Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
upscaling Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +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 Bind group entries (#9694) 2023-10-21 15:39:22 +00:00