blob: 5adbbbe016ab9586a3b480d82bbbd49293fdd0b2 [file] [log] [blame]
#version 310 es
layout(binding = 0, std430) buffer doesNotMatter_1 {
float x_compute_data[];
} x_9;
float nb_mod_() {
float s = 0.0f;
int i = 0;
int GLF_live1i = 0;
int GLF_live1_looplimiter2 = 0;
float x_51 = 0.0f;
float x_56_phi = 0.0f;
s = 0.0f;
i = 5;
while (true) {
float x_50 = 0.0f;
float x_51_phi = 0.0f;
x_56_phi = 0.0f;
if ((5 < 800)) {
} else {
break;
}
GLF_live1i = 0;
while (true) {
x_51_phi = 0.0f;
if ((0 < 20)) {
} else {
break;
}
if ((0 >= 5)) {
x_50 = (0.0f + 1.0f);
s = x_50;
x_51_phi = x_50;
break;
}
return 42.0f;
}
x_51 = x_51_phi;
if ((float(5) <= x_51)) {
x_56_phi = x_51;
break;
}
return 42.0f;
}
return x_56_phi;
}
void main_1() {
float x_32 = nb_mod_();
x_9.x_compute_data[0] = x_32;
return;
}
void tint_symbol() {
main_1();
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
tint_symbol();
return;
}