![]() # Objective - Currently, https://github.com/vleue/bevy_bistro_playground crashes when enabling shadows, because this allocates a new buffer for the view uniforms, but the `TonemappingNode` uses a cached bind group that doesn't reference the new uniform buffer. ## Solution - Check if the buffer id of the view uniforms buffer has changed and create a new bind group if it did. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |