Sign in
skia
/
skia
/
1d910efd245866af7dd9285419a179312ba69b47
/
.
/
resources
/
sksl
/
shared
/
Ossfuzz36852.sksl
blob: bc7398ff3dd69b78d643b3f74ced24d72845a6f5 [
file
] [
log
] [
blame
]
half4 main
(
float2 coords
)
{
half2x2 x
=
half2x2
(
0
,
1
,
2
,
3
);
float2 y
=
float4
(
x
).
xy
;
return
half4
(
y
.
xyxy
);
}