summaryrefslogtreecommitdiff
path: root/tests/compute/global-type-param.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/global-type-param.slang')
-rw-r--r--tests/compute/global-type-param.slang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/global-type-param.slang b/tests/compute/global-type-param.slang
index 7621f8961..ed0591064 100644
--- a/tests/compute/global-type-param.slang
+++ b/tests/compute/global-type-param.slang
@@ -1,7 +1,8 @@
//TEST(smoke,compute):COMPARE_COMPUTE:
-//TEST_INPUT:ubuffer(data=[0], stride=4):dxbinding(0),glbinding(0),out
+
//TEST_INPUT:type Wrapper<Impl>
+//TEST_INPUT:ubuffer(data=[0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer
RWStructuredBuffer<float> outputBuffer;
interface IBase