bevy/crates/bevy_core_pipeline/src
IceSentry c70776b3cf
Use RenderGraphApp in more places (#8298)
# Objective

- RenderGraphExt was merged, but only used in limited situations

## Solution

- Fix some remaining issues with the existing api
- Use the new api in the main pass and mass writeback
- Add CORE_2D and CORE_3D constant to make render_graph code shorter
2023-04-05 20:57:56 +00:00
..
blit Camera Output Modes, MSAA Writeback, and BlitPipeline (#7671) 2023-03-01 20:35:13 +00:00
bloom Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
contrast_adaptive_sharpening Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
core_2d Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
core_3d Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
fullscreen_vertex_shader Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
fxaa Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
prepass Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
skybox Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
taa Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
tonemapping Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
upscaling Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
clear_color.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
lib.rs Add port of AMD's Robust Contrast Adaptive Sharpening (#7422) 2023-04-02 20:14:01 +00:00
msaa_writeback.rs Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00