Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
SwizzleMatrix.sksl
blob: 52587f76e843e74c10909240d1970134fbbd5f70 [
file
] [
log
] [
blame
]
void
main
()
{
float2x2 x
=
float2x2
(
1
);
float
y
=
x
.
y
;
}