summaryrefslogtreecommitdiffstats
path: root/tests/compute/nonuniformres-as-function-parameter.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/nonuniformres-as-function-parameter.slang')
-rw-r--r--tests/compute/nonuniformres-as-function-parameter.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/nonuniformres-as-function-parameter.slang b/tests/compute/nonuniformres-as-function-parameter.slang
index daffc848e..38fb2a478 100644
--- a/tests/compute/nonuniformres-as-function-parameter.slang
+++ b/tests/compute/nonuniformres-as-function-parameter.slang
@@ -2,7 +2,7 @@
//TEST:SIMPLE(filecheck=CHECK_GLSL_SPV):-target spirv -entry main -stage compute -emit-spirv-via-glsl
//TEST:SIMPLE(filecheck=CHECK_GLSL):-target glsl -entry main -stage compute
//TEST:SIMPLE(filecheck=CHECK_HLSL):-target hlsl -entry main -stage compute
-RWStructuredBuffer<uint> globalBuffer[] : register(t0, space0);
+RWStructuredBuffer<uint> globalBuffer[] : register(u0, space1);
RWStructuredBuffer<uint3> outputBuffer;
struct MyStruct