Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
MatrixInlinedIndexOutOfRange.glsl
blob: 6925424a12f3bac6e31f43004af8154ca038af8f [
file
] [
log
] [
blame
]
### 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