6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
void main() {
|
||
|
do {
|
||
|
sk_FragColor = half4(1);
|
||
|
} while (false);
|
||
|
}
|