blob: 626404fe9829b181245e1513e104db85da497065 [file] [log] [blame]
static int GLF_live6tree[10] = (int[10])0;
cbuffer cbuffer_x_9 : register(b0, space0) {
uint4 x_9[1];
};
static float4 x_GLF_color = float4(0.0f, 0.0f, 0.0f, 0.0f);
int GLF_live6search_() {
int GLF_live6index = 0;
int GLF_live6currentNode = 0;
GLF_live6index = 0;
while (true) {
if (true) {
} else {
break;
}
const int x_11 = GLF_live6tree[GLF_live6index];
GLF_live6currentNode = x_11;
if ((GLF_live6currentNode != 1)) {
return 1;
}
GLF_live6index = 1;
}
return 1;
}
void main_1() {
const float x_40 = asfloat(x_9[0].x);
if ((x_40 > 1.0f)) {
const int x_13 = GLF_live6search_();
}
x_GLF_color = float4(1.0f, 0.0f, 0.0f, 1.0f);
return;
}
struct main_out {
float4 x_GLF_color_1;
};
struct tint_symbol {
float4 x_GLF_color_1 : SV_Target0;
};
tint_symbol main() {
main_1();
const main_out tint_symbol_1 = {x_GLF_color};
const tint_symbol tint_symbol_3 = {tint_symbol_1.x_GLF_color_1};
return tint_symbol_3;
}