1#version 450
2
3layout(local_size_x_id = 18, local_size_y_id=10,local_size_z_id = 19) in;
4
5shared uint keys[gl_WorkGroupSize.z][gl_WorkGroupSize.x * gl_WorkGroupSize.y];
6
7void main()
8{
9}
10