bevy/crates/bevy_core_pipeline
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
..
src Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
Cargo.toml Temporal Antialiasing (TAA) (#7291) 2023-03-27 22:22:40 +00:00