OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %_GLF_color OpExecutionMode %main OriginUpperLeft OpSource ESSL 310 OpName %main "main" OpName %_GLF_color "_GLF_color" OpName %buf1 "buf1" OpMemberName %buf1 0 "_GLF_uniform_int_values" OpName %_ "" OpName %i "i" OpName %buf0 "buf0" OpMemberName %buf0 0 "_GLF_uniform_float_values" OpName %__0 "" OpDecorate %_GLF_color Location 0 OpDecorate %_arr_int_uint_2 ArrayStride 16 OpMemberDecorate %buf1 0 Offset 0 OpDecorate %buf1 Block OpDecorate %_ DescriptorSet 0 OpDecorate %_ Binding 1 OpDecorate %_arr_float_uint_2 ArrayStride 16 OpMemberDecorate %buf0 0 Offset 0 OpDecorate %buf0 Block OpDecorate %__0 DescriptorSet 0 OpDecorate %__0 Binding 0 %void = OpTypeVoid %12 = OpTypeFunction %void %float = OpTypeFloat 32 %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %_GLF_color = OpVariable %_ptr_Output_v4float Output %int = OpTypeInt 32 1 %uint = OpTypeInt 32 0 %uint_2 = OpConstant %uint 2 %_arr_int_uint_2 = OpTypeArray %int %uint_2 %buf1 = OpTypeStruct %_arr_int_uint_2 %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 %_ = OpVariable %_ptr_Uniform_buf1 Uniform %int_0 = OpConstant %int 0 %_ptr_Uniform_int = OpTypePointer Uniform %int %_ptr_Function_int = OpTypePointer Function %int %int_1 = OpConstant %int 1 %bool = OpTypeBool %_arr_float_uint_2 = OpTypeArray %float %uint_2 %buf0 = OpTypeStruct %_arr_float_uint_2 %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %__0 = OpVariable %_ptr_Uniform_buf0 Uniform %_ptr_Uniform_float = OpTypePointer Uniform %float %main = OpFunction %void None %12 %27 = OpLabel %i = OpVariable %_ptr_Function_int Function %28 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 %29 = OpLoad %int %28 %30 = OpConvertSToF %float %29 %31 = OpCompositeConstruct %v4float %30 %30 %30 %30 OpStore %_GLF_color %31 %32 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 %33 = OpLoad %int %32 OpStore %i %33 OpBranch %34 %34 = OpLabel OpLoopMerge %35 %36 None OpBranch %37 %37 = OpLabel %38 = OpLoad %int %i %39 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 %40 = OpLoad %int %39 %41 = OpSLessThan %bool %38 %40 OpBranchConditional %41 %42 %35 %42 = OpLabel %43 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1 %44 = OpLoad %float %43 %45 = OpLoad %int %i %46 = OpConvertSToF %float %45 %47 = OpFOrdLessThanEqual %bool %44 %46 %48 = OpLogicalNot %bool %47 OpSelectionMerge %49 None OpBranchConditional %48 %50 %49 %50 = OpLabel %51 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0 %52 = OpLoad %float %51 %53 = OpLoad %int %i %54 = OpConvertSToF %float %53 %55 = OpLoad %int %i %56 = OpConvertSToF %float %55 %57 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0 %58 = OpLoad %float %57 %59 = OpCompositeConstruct %v4float %52 %54 %56 %58 %60 = OpLoad %v4float %_GLF_color %61 = OpFAdd %v4float %60 %59 OpStore %_GLF_color %61 OpBranch %49 %49 = OpLabel OpBranch %36 %36 = OpLabel %62 = OpLoad %int %i %63 = OpIAdd %int %62 %int_1 OpStore %i %63 OpBranch %34 %35 = OpLabel OpReturn OpFunctionEnd