Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
SwizzleTooManyComponents.sksl
blob: f91935de0cfc76ef63220894b4070dad1559cca1 [
file
] [
log
] [
blame
]
void
main
()
{
float4 test
=
float2
(
1
).
xxxxx
;
}