First Commit
This commit is contained in:
6
externals/glslang/Test/hlsl.basic.comp
vendored
Normal file
6
externals/glslang/Test/hlsl.basic.comp
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
groupshared float4 a[100];
|
||||
|
||||
void main(int dti : SV_DispatchThreadID, int gti : SV_GroupThreadID)
|
||||
{
|
||||
dti - gti;
|
||||
}
|
||||
Reference in New Issue
Block a user