bevy/crates/bevy_render
Sludge 881f660433
Make TemporalJitter and MipBias reflectable (#12132)
# Objective

- Make these types usable in reflection-based workflows.

## Solution

- The usual. Also reflect `Default` and `Component` behaviors so that
the types can be constructed, inserted, and removed.
2024-02-26 18:09:06 +00:00
..
macros Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
src Make TemporalJitter and MipBias reflectable (#12132) 2024-02-26 18:09:06 +00:00
Cargo.toml Made bevy_color a dependency of bevy_render (#12105) 2024-02-25 22:35:00 +00:00