unplugged-system/external/skia/tests/sksl/errors/MatrixInlinedIndexOutOfRange.glsl

10 lines
336 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 11: index -1 out of range for 'float3x3'
float3 undefined = indexMatrix(-1) + indexMatrix(3);
^^
error: 11: index 3 out of range for 'float3x3'
float3 undefined = indexMatrix(-1) + indexMatrix(3);
^
2 errors