1uniform half4 color; 2 3in fragmentProcessor child; 4 5half4 main() { 6 return sample(child, color * half4(0.5)); 7} 8