zhenxin8916

Results 2 issues of zhenxin8916

Hi, when version is small than 430 and enable #extension GL_ARB_arrays_of_arrays, glslang can't solved. 1> need add "GL_ARB_arrays_of_arrays" tags 2> need fix arrayOfArrayVersionCheck() in parseHelper.cpp PS: https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_arrays_of_arrays.txt #version 400 core...

bug
GLSL/ESSL

glslang should report a link error if none of the computer shaders contain a fixed work group size. From GLSLangSpec.4.60, glslang chapter 4.4.1 and page 76. "Furthermore, if a program...

bug
GLSL/ESSL