blob: 9e6ecb57327c81af5c35c4abca16ba2249e6a7e3 [file] [log] [blame]
uniform shader child;
half4 main(float2 p) {
return child.eval(p.yx);
}