Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
SwizzleOnlyLiterals.sksl
blob: 0450e2f8c57c3a6b66e7c77dd4fb2adc3337dc60 [
file
] [
log
] [
blame
]
void
main
()
{
float
x
=
1.0
;
x
=
x
.
0
;
}