Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
cb15b7cf77a646e15890ac7dd9c91de29f2ed96a
/
.
/
resources
/
sksl
/
errors
/
SwizzleMatrix.sksl
blob: 52587f76e843e74c10909240d1970134fbbd5f70 [
file
] [
log
] [
blame
]
void
main
()
{
float2x2 x
=
float2x2
(
1
);
float
y
=
x
.
y
;
}