Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git] / Test / remap.specconst.comp
blob52ac07aa054f7b6b165374345578731bee09654f
1 #version 450
3 layout (local_size_x_id = 0, local_size_y_id = 1, local_size_z_id = 2) in;
5 shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
7 void main () {}