1*c8dee2aaSAndroid Build Coastguard Workeruniform half4 colorRed;uniform half4 colorGreen;bool a(){bool f=true;return f;}half4 main(float2 b){return a()?colorGreen:colorRed;} 2