glslang/Test/hlsl.basic.comp

7 lines
63 B
Plaintext

int dti : SV_DispatchThreadID;
void main()
{
dti;
}