summaryrefslogtreecommitdiff
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.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compute/default-parameter.slang b/tests/compute/default-parameter.slang
index 6e6631bb4..cc960f2e5 100644
--- a/tests/compute/default-parameter.slang
+++ b/tests/compute/default-parameter.slang
@@ -1,8 +1,8 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute
//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
-
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out,name=outputBuffer
RWStructuredBuffer<int> outputBuffer;
int helper(int val, int a = 16)