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

7 lines
139 B
GLSL

### Compilation failed:
error: 6: call to 'foo' expected 1 argument, but found 2
float x = foo(1, 2);
^^^^^^^^^
1 error