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