unplugged-system/external/skia/resources/sksl/errors/SwizzleTooManyComponents.rts

6 lines
96 B
Plaintext
Raw Normal View History

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