HLSL: Turn on tests for groupshared.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
int dti : SV_DispatchThreadID;
|
||||
groupshared float4 a[100];
|
||||
|
||||
void main()
|
||||
void main(int dti : SV_DispatchThreadID)
|
||||
{
|
||||
dti;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user