1in fragmentProcessor child1;
2in fragmentProcessor child2;
3
4half4 main() {
5    return sample(child1) * sample(child2);
6}
7