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