Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
mesh
/
MeshFragmentWithBlender.stage
blob: ff892f3b7ae61ff78bfff2e1b06afddbf7bb92da [
file
] [
log
] [
blame
]
struct
Varyings_0
{
float2 position
;
float4 src
;
float4 dst
;
};
float2 main
(
const
Varyings_0
vary
)
{
return
float2
(
child_0
.
eval
(
half4
(
vary
.
src
),
half4
(
vary
.
dst
)).
xy
);
}