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