mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
897404ee1e
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |