mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-30 22:51:06 +00:00
7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
int dti : SV_DispatchThreadID;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
dti;
|
||
|
}
|