bevy/crates/bevy_pbr
Robert Swain cfc56cca2f bevy_pbr: Clear fog DynamicUniformBuffer before populating each frame (#7432)
# Objective

- Fix a bug causing performance to drop over time because the GPU fog buffer was endlessly growing

## Solution

- Clear the fog buffer every frame before populating it
2023-01-30 23:09:38 +00:00
..
src bevy_pbr: Clear fog DynamicUniformBuffer before populating each frame (#7432) 2023-01-30 23:09:38 +00:00
Cargo.toml Release 0.9.0 (#6568) 2022-11-12 20:01:29 +00:00