bevy/crates/bevy_core_pipeline
Sludge ecdd284b0e
Register fxaa::Sensitivity and derive Debug (#12167)
# Objective

- More reflection

## Solution

- More. Reflection.

(not sure what bevy's policy on `derive(Debug)` is given that reflection
already lets you accomplish something largely equivalent; maybe
`derive(Reflect)` should generate a `Debug` impl that goes through
`Reflect::debug` unless you opt out?)
2024-02-28 03:22:08 +00:00
..
src Register fxaa::Sensitivity and derive Debug (#12167) 2024-02-28 03:22:08 +00:00
Cargo.toml Port bevy_core_pipeline to LinearRgba (#12116) 2024-02-26 12:25:11 +00:00