skia2/tests/sksl/errors/MatrixIndexOutOfRangeES3.glsl
John Stiles c5e6515e4a Rename ES2 error tests from 'H' through 'M' to .rts.
In a few cases, this involved splitting a test into two (an ES2-
compatible portion and a ES3+ portion).

Change-Id: Ie6f18f787cf7c10696a2841ff538bbe2b95bf50d
Bug: skia:13042
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/523187
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Arman Uguray <armansito@google.com>
Commit-Queue: Arman Uguray <armansito@google.com>
2022-03-22 16:54:32 +00:00

12 lines
416 B
GLSL

### Compilation failed:
error: 1: index -1 out of range for 'half2x4'
error: 4: index 2 out of range for 'half2x4'
error: 5: index 3 out of range for 'half2x4'
error: 6: index 4 out of range for 'half2x4'
error: 7: index 1000000000 out of range for 'half2x4'
error: 9: index -1 out of range for 'half4x2'
error: 14: index 4 out of range for 'half4x2'
error: 15: index 1000000000 out of range for 'half4x2'
8 errors