blob: 316db7c68fc7e157043c7bb38aae2dcb76ea283b [file] [log] [blame]
in fragmentProcessor child1;
in fragmentProcessor child2;
half4 main() {
return sample(child1) * sample(child2);
}