src/glsl/glslang.cc: fails to compile with latest glslang
glslang added some additional fields[1] causing compilation errors
../src/glsl/glslang.cc: At global scope:
../src/glsl/glslang.cc:224:1: error: cannot convert '<brace-enclosed initializer list>' to 'int' in initialization
224 | };
| ^
unsure what to recommend for this since I couldn't find any obvious compile time check that could be used to see if the struct size changed or not