diff options
Diffstat (limited to 'tests/bugs/vec-compare.slang')
| -rw-r--r-- | tests/bugs/vec-compare.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/vec-compare.slang b/tests/bugs/vec-compare.slang index b3075efe9..2b233f80f 100644 --- a/tests/bugs/vec-compare.slang +++ b/tests/bugs/vec-compare.slang @@ -2,7 +2,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=4):dxbinding(0),glbinding(0),out +//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=4):out RWStructuredBuffer<int> outputBuffer; |
