blob: f9fe4582d10a70b25ab16818a95efcaf4c54c38d [file] [log] [blame]
uniform shader child;
half4 main(float2 p) {
return shade(child, p.yx);
}