glslang-zig/Test/hlsl.basic.comp

6 lines
63 B
Text

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