blob: 509a60c2aba51ecc975902ac503cbfd8d9e6cf2e [file] [log] [blame]
uniform fragmentProcessor child;
half4 main(float2 p)
{
return half4(sample(child, _coords.yx));
}