bevy/crates/bevy_pbr/src
François 4feb0d520a increase the maximum number of point lights with shadows to the max supported by the device (#4435)
# Objective

- Being limited to 10 pointlights with shadow is very limiting

## Solution

- Raise the limit
2022-04-07 21:55:31 +00:00
..
render increase the maximum number of point lights with shadows to the max supported by the device (#4435) 2022-04-07 21:55:31 +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 increase the maximum number of point lights with shadows to the max supported by the device (#4435) 2022-04-07 21:55:31 +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