android13/external/skia/resources/sksl/errors/SwizzleTooManyComponents.rts

6 lines
96 B
Plaintext

void func() { float4 test = float2(1).xxxxx; }
/*%%*
too many components in swizzle mask
*%%*/