1uniform shader child;
2half4 main(float2 p) {
3    return child.eval(p.yx);
4}
5