bevy/crates/bevy_pbr/src
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
..
render Faster assign lights to clusters (#4345) 2022-04-15 02:53:20 +00:00
alpha.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
bundle.rs add Visibility for lights (#3958) 2022-03-05 03:23:01 +00:00
lib.rs Use storage buffers for clustered forward point lights (#3989) 2022-04-07 16:16:35 +00:00
light.rs bevy_pbr: Fix ClusterConfig::None (#4483) 2022-04-15 16:05:59 +00:00
material.rs Use storage buffers for clustered forward point lights (#3989) 2022-04-07 16:16:35 +00:00
pbr_material.rs Use storage buffers for clustered forward point lights (#3989) 2022-04-07 16:16:35 +00:00
wireframe.rs ParamSet for conflicting SystemParam:s (#2765) 2022-03-29 23:39:38 +00:00