Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
tests
/
sksl
/
errors
/
SwizzleTooManyComponents.glsl
blob: c334fb060f2502a5aed194249c5e2bf6ce742702 [
file
]
### Compilation failed:
error
:
1
:
too many components
in
swizzle mask
void
func
()
{
float4 test
=
float2
(
1
).
xxxxx
;
}
^
1
error