bevy/crates/bevy_pbr
Robert Swain b809e8e931 bevy_pbr: Fix ClusterConfig::None (#4483)
# Objective

- Fix `ClusterConfig::None`
- This fix is from @robtfm but they didn't have time to submit it, so I am.

## Solution

- Always clear clusters and skip processing when `ClusterConfig::None`
- Conditionally remove `VisiblePointLights` from the view if it is present
2022-04-15 16:05:59 +00:00
..
src bevy_pbr: Fix ClusterConfig::None (#4483) 2022-04-15 16:05:59 +00:00
Cargo.toml Skinned extraction speedup (#4428) 2022-04-07 16:16:36 +00:00