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

7 lines
170 B
GLSL

### Compilation failed:
error: 1: too many components in swizzle mask
void func() { float4 test = float2(1).xxxxx; }
^
1 error