skia2/tests/sksl/errors/BadFieldAccess.glsl

9 lines
264 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 3: type 'S' does not have a field named 'missing'
error: 4: not a function
error: 5: type mismatch: '=' cannot operate on 'float', 'bool3'
error: 6: invalid swizzle component 'm'
error: 7: expected array, but found 'float'
5 errors