static const uint3 gl_WorkGroupSize = uint3(8u, 4u, 2u); void comp_main() { } [numthreads(8, 4, 2)] void main() { comp_main(); }