bevy/crates/bevy_core_pipeline
Jakob Hellermann 4ad621fe0f Reflect for Tonemapping and ClusterConfig (#6488)
# Objective

- it would be useful to inspect these structs using reflection

## Solution

- derive and register reflect
- Note that `#[reflect(Component)]` requires `Default` (or `FromWorld`) until #6060, so I implemented `Default` for `Tonemapping` with `is_enabled: false`
2022-11-07 19:44:17 +00:00
..
src Reflect for Tonemapping and ClusterConfig (#6488) 2022-11-07 19:44:17 +00:00
Cargo.toml Bloom (#6397) 2022-11-04 01:34:12 +00:00