blob: 77c1d078364d64bcaeef5eb51b13fd2ac52779a6 [file] [log] [blame]
uniform half4 testInputs;
void test_return() { @switch (1) { case 1: if (testInputs.x > 1) return; } }