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

7 lines
124 B
GLSL

### Compilation failed:
error: 1: 'in' variables cannot use initializer expressions
in float x = 1;
^
1 error