blob: 0c02ec8c8138ab439ba882e6e3b95e50c7497220 [file] [log] [blame]
void main() {
int x = 1;
@switch (x) {
case 1: sk_FragColor = half4(1); break;
default: sk_FragColor = half4(0);
}
}