bevy/crates/bevy_render/src/view
Patrick Walton 0dddfa07ab
Fix the WebGL 2 backend by giving the visibility_ranges array a fixed length. (#13210)
WebGL 2 doesn't support variable-length uniform buffer arrays. So we
arbitrarily set the length of the visibility ranges field to 64 on that
platform.

---------

Co-authored-by: IceSentry <c.giguere42@gmail.com>
2024-05-08 07:34:59 +00:00
..
visibility Fix the WebGL 2 backend by giving the visibility_ranges array a fixed length. (#13210) 2024-05-08 07:34:59 +00:00
window Fix Clippy lints on WASM (#13030) 2024-04-20 09:15:42 +00:00
mod.rs Only create changed buffer if it already exists (#13242) 2024-05-05 22:16:11 +00:00
view.wgsl Implement filmic color grading. (#13121) 2024-05-02 12:18:59 +00:00