blob: 6f3e6af4a281996b820ee7dc6e28f47760322a6c [file] [log] [blame]
uniform half4 color;
in fragmentProcessor child1;
in fragmentProcessor child2;
half4 main() {
return sample(child2, color * sample(child1, color * half4(0.5)));
}