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