1in fragmentProcessor child;
2
3half4 main(float2 coord) {
4    return sample(child) + sample(child, coord / 2);
5}
6