Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
SwizzleOutOfBounds.sksl
blob: 2763adf721098974f5d3236c91ad868093a70a36 [
file
] [
log
] [
blame
]
void
main
()
{
float3 test
=
float2
(
1
).
xyz
;
}