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