blob: faae6e8d95233e8c87b5166f8f0a2f4e03033fa5 [file] [log] [blame]
dan sinclair72065912024-09-03 19:02:15 +00001#version 310 es
dan sinclair6e93ca52024-08-28 23:58:04 +00002
dan sinclair72065912024-09-03 19:02:15 +00003layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
4void main() {
5 {
6 int i = 0;
7 while(true) {
8 if ((i < 2)) {
9 } else {
10 break;
11 }
Antonio Maiorano923288d2024-09-20 17:45:37 +000012 bool tint_continue = false;
dan sinclair72065912024-09-03 19:02:15 +000013 switch(i) {
14 case 0:
15 {
16 {
17 int j = 0;
18 while(true) {
19 if ((j < 2)) {
20 } else {
21 break;
22 }
James Price0ecdfeb2024-10-18 01:44:07 +000023 bool tint_continue_1 = false;
dan sinclair72065912024-09-03 19:02:15 +000024 switch(j) {
25 case 0:
26 {
James Price0ecdfeb2024-10-18 01:44:07 +000027 tint_continue_1 = true;
Antonio Maiorano923288d2024-09-20 17:45:37 +000028 break;
dan sinclair72065912024-09-03 19:02:15 +000029 }
30 default:
31 {
32 break;
33 }
34 }
James Price0ecdfeb2024-10-18 01:44:07 +000035 if (tint_continue_1) {
Antonio Maiorano923288d2024-09-20 17:45:37 +000036 {
37 j = (j + 2);
38 }
39 continue;
40 }
dan sinclair72065912024-09-03 19:02:15 +000041 {
42 j = (j + 2);
43 }
44 continue;
45 }
46 }
Antonio Maiorano923288d2024-09-20 17:45:37 +000047 tint_continue = true;
48 break;
dan sinclair72065912024-09-03 19:02:15 +000049 }
50 default:
51 {
52 break;
53 }
54 }
Antonio Maiorano923288d2024-09-20 17:45:37 +000055 if (tint_continue) {
56 {
57 i = (i + 2);
58 }
59 continue;
60 }
dan sinclair72065912024-09-03 19:02:15 +000061 {
62 i = (i + 2);
63 }
64 continue;
65 }
66 }
67}