1void main() { 2 @switch (1) { 3 case 1: sk_FragColor = half4(1); break; 4 default: sk_FragColor = half4(0); 5 } 6} 7