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

7 lines
148 B
GLSL

### Compilation failed:
error: 2: variable 'x' must be created in a scope
if (true) ; else half x = 1;
^^^^^^^^^^
1 error