| static float4 x_GLF_color = float4(0.0f, 0.0f, 0.0f, 0.0f); |
| cbuffer cbuffer_x_5 : register(b0, space0) { |
| x_GLF_color = float4(1.0f, 0.0f, 0.0f, 1.0f); |
| const float x_30 = asfloat(x_5[0].x); |
| const float x_32 = asfloat(x_5[0].y); |
| x_GLF_color = float4(1.0f, 0.0f, 0.0f, 1.0f); |
| float4 x_GLF_color_1 : SV_Target0; |
| const main_out tint_symbol_2 = {x_GLF_color}; |
| const 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; |
| C:\src\temp\uk3k.0:45: error: Loop must have break. |