bevy/crates/bevy_pbr
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
..
src A hack to work around minimising still being broken (#4481) 2022-04-15 11:22:48 +00:00
Cargo.toml Skinned extraction speedup (#4428) 2022-04-07 16:16:36 +00:00