uniform half4 colorRed;uniform half4 colorGreen;bool a(){bool f=true;return f;}half4 main(float2 b){return a()?colorGreen:colorRed;}