glslang/Test/hlsl.numthreads.comp

12 lines
144 B
Plaintext
Raw Normal View History

[numthreads(8,8,1)]
void main(uint3 tid : SV_DispatchThreadID )
{
}
[numthreads(1,4,8)]
void main_aux2(uint3 tid : SV_DispatchThreadID )
{
}