summaryrefslogtreecommitdiffstats
path: root/tests/compute/default-parameter.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/default-parameter.slang')
-rw-r--r--tests/compute/default-parameter.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/default-parameter.slang b/tests/compute/default-parameter.slang
index cc960f2e5..31cfa8f6a 100644
--- a/tests/compute/default-parameter.slang
+++ b/tests/compute/default-parameter.slang
@@ -2,7 +2,7 @@
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-cpu -compute
-//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer
RWStructuredBuffer<int> outputBuffer;
int helper(int val, int a = 16)