bevy/crates/bevy_render/src/render_graph
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
..
app.rs Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00
context.rs Make render graph slots optional for most cases (#8109) 2023-03-21 20:11:13 +00:00
edge.rs Clippy improvements (#4665) 2022-05-31 01:38:07 +00:00
graph.rs Add RenderGraphApp to simplify adding render nodes (#8007) 2023-04-04 00:50:22 +00:00
mod.rs Add RenderGraphApp to simplify adding render nodes (#8007) 2023-04-04 00:50:22 +00:00
node_slot.rs Use position in code when possible (#7621) 2023-02-11 08:28:14 +00:00
node.rs Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00