uniform half4 colorGreen; half4 main() { for (int x = 0; x < 4; ) { break; } return colorGreen; }