skia2/tests/sksl/errors/ConstructorArgumentCount.glsl

7 lines
270 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: invalid arguments to 'float3' constructor (expected 3 scalars, but found 2)
error: 2: invalid arguments to 'float3' constructor (expected 3 scalars, but found 4)
error: 3: 'int3' is not a valid parameter to 'bool' constructor
3 errors