Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
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