bevy/crates/bevy_pbr/src
Daniel McNab 424d4d26f1 A hack to work around minimising still being broken (#4481)
# Objective

- https://github.com/bevyengine/bevy/pull/4098 still hasn't fixed minimisation on Windows.
- `Clusters.lights` is assumed to have the number of items given by the product of `Clusters.dimensions`'s axes.

## Solution

- Make that true in `clear`.
2022-04-15 11:22:48 +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 A hack to work around minimising still being broken (#4481) 2022-04-15 11:22:48 +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