Merge pull request #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git] / Test / remap.specconst.comp
1 #version 450
2
3 layout (local_size_x_id = 0, local_size_y_id = 1, local_size_z_id = 2) in;
4
5 shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
6
7 void main () {}