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