static const uint3 gl_WorkGroupSize = uint3(64u, 1u, 1u); void comp_main() { } [numthreads(64, 1, 1)] void main() { comp_main(); }