Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
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
);
}