bevy/pipelined/bevy_render2/src
Zicklag e290a7e29c Implement Sub-App Labels (#2695)
This is a rather simple but wide change, and it involves adding a new `bevy_app_macros` crate. Let me know if there is a better way to do any of this!

---

# Objective

- Allow adding and accessing sub-apps by using a label instead of an index

## Solution

- Migrate the bevy label implementation and derive code to the `bevy_utils` and `bevy_macro_utils` crates and then add a new `SubAppLabel` trait to the `bevy_app` crate that is used when adding or getting a sub-app from an app.
2021-08-24 00:31:21 +00:00
..
camera Implement Sub-App Labels (#2695) 2021-08-24 00:31:21 +00:00
color fix clippy 2021-07-24 16:43:37 -07:00
mesh fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
render_graph expose subgraph iterator (#25) 2021-07-24 16:43:37 -07:00
render_phase fmt + clippy 2021-07-24 16:43:37 -07:00
render_resource Added ComputePipelineDescriptor (#2628) 2021-08-11 20:28:50 +00:00
renderer fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
shader fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
texture Implement Sub-App Labels (#2695) 2021-08-24 00:31:21 +00:00
view Implement Sub-App Labels (#2695) 2021-08-24 00:31:21 +00:00
lib.rs Implement Sub-App Labels (#2695) 2021-08-24 00:31:21 +00:00
render_asset.rs Implement Sub-App Labels (#2695) 2021-08-24 00:31:21 +00:00