bevy/crates/bevy_render/src/render_graph
Tygyh 1568d4a415
Reorder impl to be the same as the trait (#11076)
# Objective

- Make the implementation order consistent between all sources to fit
the order in the trait.

## Solution

- Change the implementation order.
2023-12-24 17:43:55 +00:00
..
app.rs Reorder impl to be the same as the trait (#11076) 2023-12-24 17:43:55 +00:00
context.rs Make render graph slots optional for most cases (#8109) 2023-03-21 20:11:13 +00:00
edge.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
graph.rs Simplify equality assertions (#10988) 2023-12-16 23:58:41 +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 Rename WorldQueryData & WorldQueryFilter to QueryData & QueryFilter (#10779) 2023-12-12 19:45:50 +00:00