summaryrefslogtreecommitdiffstats
path: root/tests/compute/interface-local.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/interface-local.slang')
-rw-r--r--tests/compute/interface-local.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/interface-local.slang b/tests/compute/interface-local.slang
index 0a3d1c85f..6e42d30ab 100644
--- a/tests/compute/interface-local.slang
+++ b/tests/compute/interface-local.slang
@@ -37,7 +37,7 @@ int test(int val)
return existentialHelper.getVal();
}
-//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name=gOutputBuffer
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=gOutputBuffer
RWStructuredBuffer<int> gOutputBuffer;
[numthreads(4, 1, 1)]