skia2/tests/sksl/errors/MatrixToVectorCast3x3.glsl

8 lines
327 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 4: 'half3x3' is not a valid parameter to 'half' constructor; use '[0][0]' instead
error: 5: 'half3x3' is not a valid parameter to 'half2' constructor
error: 6: 'half3x3' is not a valid parameter to 'half3' constructor
error: 7: 'half3x3' is not a valid parameter to 'half4' constructor
4 errors