diff options
Diffstat (limited to 'tests/compute/interface-param.slang')
| -rw-r--r-- | tests/compute/interface-param.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/interface-param.slang b/tests/compute/interface-param.slang index 1c16d2e9b..6e0a735f4 100644 --- a/tests/compute/interface-param.slang +++ b/tests/compute/interface-param.slang @@ -7,6 +7,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute +//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute interface IHelper { @@ -31,7 +32,7 @@ int test(int val) return doTheThing(helperImpl); } -//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=gOutputBuffer RWStructuredBuffer<int> gOutputBuffer; [numthreads(4, 1, 1)] |
