| static float4 x_GLF_color = float4(0.0f, 0.0f, 0.0f, 0.0f); |
| cbuffer cbuffer_x_5 : register(b1) { |
| cbuffer cbuffer_x_7 : register(b2) { |
| cbuffer cbuffer_x_10 : register(b0) { |
| x_GLF_color = float4((asfloat(x_5[0].x)).xxxx); |
| if ((asfloat(x_7[0].x) > asfloat(x_5[0].x))) { |
| x_GLF_color = float4((asfloat(x_5[1].x)).xxxx); |
| if ((i < asint(x_10[0].x))) { |
| x_GLF_color = float4(asfloat(x_5[1].x), asfloat(x_5[0].x), asfloat(x_5[0].x), asfloat(x_5[1].x)); |
| float x_82 = asfloat(x_7[0].x); |
| float x_84 = asfloat(x_5[0].x); |
| if (!((x_82 > x_84))) { break; } |
| float4 x_GLF_color_1 : SV_Target0; |
| main_out tint_symbol_1 = {x_GLF_color}; |
| main_out inner_result = main_inner(); |
| tint_symbol wrapper_result = (tint_symbol)0; |
| wrapper_result.x_GLF_color_1 = inner_result.x_GLF_color_1; |
| hlsl.hlsl:65: error: Loop must have break. |
| tint executable returned error: exit status 1 |