bevy/crates/bevy_pbr
Patrick Walton 897404ee1e
Reduce the clusterable object UBO size below 16384 for WebGL 2. (#16069)
The PCSS PR #13497 increased the size of clusterable objects from 64
bytes to 80 bytes but didn't decrease the UBO size to compensate, so we
blew past the 16kB limit on WebGL 2. This commit fixes the issue by
lowering the maximum number of clusterable objects to 204, which puts us
under the 16kB limit again.

Closes #15998.
2024-10-24 21:00:11 +00:00
..
src Reduce the clusterable object UBO size below 16384 for WebGL 2. (#16069) 2024-10-24 21:00:11 +00:00
Cargo.toml Meshlet new error projection (#15846) 2024-10-22 20:14:30 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy PBR

License Crates.io Downloads Docs Discord