summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-775.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/gh-775.slang')
-rw-r--r--tests/bugs/gh-775.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/gh-775.slang b/tests/bugs/gh-775.slang
index d25fa493b..05065e34a 100644
--- a/tests/bugs/gh-775.slang
+++ b/tests/bugs/gh-775.slang
@@ -18,7 +18,7 @@ int test(int inVal)
}
//TEST_INPUT:ubuffer(data=[9 9 9 9], stride=4):out,name outputBuffer
-RWStructuredBuffer<int> outputBuffer : register(u0);
+RWStructuredBuffer<int> outputBuffer;
[numthreads(4, 1, 1)]
void computeMain(uint3 dispatchThreadID : SV_DispatchThreadID)