xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/remap.specconst.comp (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1#version 450
2
3layout (local_size_x_id = 0, local_size_y_id = 1, local_size_z_id = 2) in;
4
5shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
6
7void main () {}
8