HLSL: Support SV_Coverage and SV_DispatchThreadId; catch SV_GroupIndex.
This commit is contained in:
6
Test/hlsl.basic.comp
Normal file
6
Test/hlsl.basic.comp
Normal file
@@ -0,0 +1,6 @@
|
||||
int dti : SV_DispatchThreadID;
|
||||
|
||||
void main()
|
||||
{
|
||||
dti;
|
||||
}
|
||||
Reference in New Issue
Block a user