summaryrefslogtreecommitdiffstats
path: root/tests/downstream
diff options
context:
space:
mode:
Diffstat (limited to 'tests/downstream')
-rw-r--r--tests/downstream/dxc-x-arg.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/downstream/dxc-x-arg.slang b/tests/downstream/dxc-x-arg.slang
index 93b24a7ad..9925e2b60 100644
--- a/tests/downstream/dxc-x-arg.slang
+++ b/tests/downstream/dxc-x-arg.slang
@@ -12,7 +12,7 @@
RWStructuredBuffer<int> outputBuffer;
[numthreads(4, 1, 1)]
-void computeMain(uint3 dispatchThreadID : SV_DispatchThreadID)
+void computeMain(int3 dispatchThreadID : SV_DispatchThreadID)
{
outputBuffer[dispatchThreadID.x] = dispatchThreadID.x;
} \ No newline at end of file