summaryrefslogtreecommitdiff
path: root/tests/compute/scope-operator.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/scope-operator.slang')
-rw-r--r--tests/compute/scope-operator.slang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/scope-operator.slang b/tests/compute/scope-operator.slang
index c50d95965..2afb642ab 100644
--- a/tests/compute/scope-operator.slang
+++ b/tests/compute/scope-operator.slang
@@ -1,10 +1,11 @@
// scope.slang
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute
+//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute
// Confirm that scoping on enums and types works
-//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;
enum Color