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