Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
SwizzleTooManyComponents.rts
blob: b7991b46e9b5f4f80d3921d4812f6d174cd4fbbc [
file
] [
log
] [
blame
]
void
func
()
{
float4 test
=
float2
(
1
).
xxxxx
;
}
/*%%*
too many components in swizzle mask
*%%*/