Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
runtime
/
SampleWithExplicitCoord.rts
blob: 9e6ecb57327c81af5c35c4abca16ba2249e6a7e3 [
file
] [
log
] [
blame
]
uniform shader child
;
half4 main
(
float2 p
)
{
return
child
.
eval
(
p
.
yx
);
}