You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test file using glslangValidator.exe glslangValidator.exe -S vert --glsl-version 310es test.vert
result: ERROR: 0:1: 'location qualifier on uniform or buffer' : not supported for this version or the enabled extensions ERROR: 1 compilation errors. No code generated.
expected behavior: code compiles
After changing #version 300 es in source code to #version 310 es error is gone.
Glslang Version: 11:15.1.0
The text was updated successfully, but these errors were encountered:
Repro:
glslangValidator.exe -S vert --glsl-version 310es test.vert
ERROR: 0:1: 'location qualifier on uniform or buffer' : not supported for this version or the enabled extensions ERROR: 1 compilation errors. No code generated.
code compiles
After changing
#version 300 es
in source code to#version 310 es
error is gone.Glslang Version: 11:15.1.0
The text was updated successfully, but these errors were encountered: