unplugged-system/external/skia/resources/sksl/runtime/SampleWithExplicitCoord.rts

5 lines
76 B
Plaintext
Raw Normal View History

uniform shader child;
half4 main(float2 p) {
return child.eval(p.yx);
}