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