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

[glsl] add more reserved keywords from previous specs #5868

Closed teoxoy closed 4 days ago

teoxoy commented 5 days ago

I looked at all GLSL specs and found a few previously reserved keywords that we were missing. Follow-up to https://github.com/gfx-rs/wgpu/pull/5855.