Incorrect validation for writeonly image2d uniform declarations in GLSL #4530
Labels
area: naga front-end
lang: GLSL
OpenGL Shading Language
naga
Shader Translator
type: bug
Something isn't working
type: enhancement
New feature or request
I am trying to validate the following shader using Naga:
And I get the following validation errors:
The requirement for a format layout qualifier is incorrect. According to the specification:
In other words, the format qualifier should not be required in the presence of
writeonly
.The text was updated successfully, but these errors were encountered: