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 184e57a49..59ef06d02 100644 --- a/tests/bugs/vec-compare.slang +++ b/tests/bugs/vec-compare.slang @@ -6,7 +6,7 @@ RWStructuredBuffer<int> outputBuffer; [numthreads(4,4,1)] -void computeMain(uint2 pixelIndex : SV_DispatchThreadID) +void computeMain(int2 pixelIndex : SV_DispatchThreadID) { // We will test floats, uints, and int vectors |
