4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
uniform half4 testInputs;
|
||
|
|
||
|
void test_break() { @switch (1) { case 1: if (testInputs.x > 2) break; } }
|