Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
SwizzleOnlyLiterals.rts
blob: a2bd6d2f26e1e120af729b3890557635989d18d8 [
file
] [
log
] [
blame
]
void
func
()
{
float
x
=
1.0
;
x
=
x
.
0
;
}
/*%%*
swizzle must refer to base expression
*%%*/