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