diff options
Diffstat (limited to 'tests/compute/vector-scalar-compare.slang')
| -rw-r--r-- | tests/compute/vector-scalar-compare.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/vector-scalar-compare.slang b/tests/compute/vector-scalar-compare.slang index e8e701dbc..aa9580b5c 100644 --- a/tests/compute/vector-scalar-compare.slang +++ b/tests/compute/vector-scalar-compare.slang @@ -1,6 +1,6 @@ //TEST(compute):COMPARE_COMPUTE:-dx12 -compute //TEST(compute):COMPARE_COMPUTE:-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 // Test doing vector comparisons RWStructuredBuffer<int> outputBuffer; |
