bevy/crates/bevy_render
JoJoJet d9265db344 Implement ReadOnlySystemParam for Extract<> (#7182)
# Objective

- `Extract` does not implement `ReadOnlySystemParam` even though it should.
- Noticed by @hymm on discord: https://discord.com/channels/691052431525675048/749335865876021248/1063535818267963543

## Solution

Implement the trait.
2023-01-13 22:35:43 +00:00
..
macros Support storage buffers in derive AsBindGroup (#6129) 2023-01-09 18:50:55 +00:00
src Implement ReadOnlySystemParam for Extract<> (#7182) 2023-01-13 22:35:43 +00:00
Cargo.toml Reduce branching in TrackedRenderPass (#7053) 2023-01-09 19:24:56 +00:00