xref
: /
third_party
/
skia
/
resources
/
sksl
/
runtime
/
SampleWithExplicitCoord.rts
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/runtime/
1
uniform shader child;
2
half4 main(float2 p) {
3
return
child.eval
(
p.yx
);
4
}
5