skia2/tests/sksl/errors/ArrayInlinedIndexOutOfRange.glsl
Ethan Nicholas a98e077508 Fixed remaining SkSL positions
This addresses (hopefully) all of the remaining suboptimal positions in
SkSL error reporting.

Change-Id: I5bc977b03d51153b841a89fa687e54e3e9cb6ec3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/527976
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2022-04-06 17:03:22 +00:00

6 lines
125 B
GLSL

### Compilation failed:
error: 11: index -1 out of range for 'int[3]'
error: 11: index 3 out of range for 'int[3]'
2 errors