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