gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.46k stars 855 forks source link

Naga worries too much about storage texture writes #5878

Open jimblandy opened 3 days ago

jimblandy commented 3 days ago

I think it is the case that Naga generates bounds checks on storage texture writes, but this is unnecessary: https://github.com/gpuweb/gpuweb/pull/4194