summaryrefslogtreecommitdiff
path: root/tests/compute/this-type.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/this-type.slang')
-rw-r--r--tests/compute/this-type.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/this-type.slang b/tests/compute/this-type.slang
index 94f42ce53..21e5ddeae 100644
--- a/tests/compute/this-type.slang
+++ b/tests/compute/this-type.slang
@@ -36,7 +36,7 @@ int test(int value)
}
//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):out,name=outputBuffer
-RWStructuredBuffer<int> outputBuffer : register(u0);
+RWStructuredBuffer<int> outputBuffer;
[numthreads(4, 1, 1)]
void computeMain(uint3 dispatchThreadID : SV_DispatchThreadID)