2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-02-21 16:38:36 +00:00
bevy/docs
Patrick Walton c6a66a7e96
Place percentage-closer soft shadows behind a feature gate to save on samplers. ()
The two additional linear texture samplers that PCSS added caused us to
blow past the limit on Apple Silicon macOS and WebGL. To fix the issue,
this commit adds a `--feature pbr_pcss` feature gate that disables PCSS
if not present.

Closes .
Closes .
Closes .

---------

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
Co-authored-by: IceSentry <IceSentry@users.noreply.github.com>
2024-10-24 21:16:00 +00:00
..
cargo_features.md Place percentage-closer soft shadows behind a feature gate to save on samplers. () 2024-10-24 21:16:00 +00:00
debugging.md Replace the wgpu_trace feature with a field in bevy_render::settings::WgpuSettings () 2024-08-25 14:16:11 +00:00
linters.md Allow clippy::type_complexity in more places. () 2023-10-02 21:55:16 +00:00
linux_dependencies.md Note on compiling on FreeBSD () 2024-09-16 23:18:14 +00:00
profiling.md Add Mac OS tracy info to profiling docs () 2024-07-08 01:21:52 +00:00