GLSL Memory Qualifier Storage Access parsing is probably incorrect #6601
Labels
area: naga front-end
lang: GLSL
OpenGL Shading Language
naga
Shader Translator
type: bug
Something isn't working
readonly and writeonly can be used simultaneously, implying that neither is allowed, but the parser seems to treat them additively:
wgpu/naga/src/front/glsl/lex.rs
Lines 88 to 89 in c22c062
The text was updated successfully, but these errors were encountered: