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

7 lines
128 B
GLSL

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