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 %func_vf2_ "func(vf2;" OpName %v "v" OpName %buf0 "buf0" OpMemberName %buf0 0 "two" OpName %_ "" OpName %f "f" OpName %param "param" OpName %_GLF_color "_GLF_color" OpMemberDecorate %buf0 0 Offset 0 OpDecorate %buf0 Block OpDecorate %_ DescriptorSet 0 OpDecorate %_ Binding 0 OpDecorate %_GLF_color Location 0 %void = OpTypeVoid %11 = OpTypeFunction %void %float = OpTypeFloat 32 %v2float = OpTypeVector %float 2 %_ptr_Function_v2float = OpTypePointer Function %v2float %15 = OpTypeFunction %float %_ptr_Function_v2float %buf0 = OpTypeStruct %float %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %_ = OpVariable %_ptr_Uniform_buf0 Uniform %int = OpTypeInt 32 1 %int_0 = OpConstant %int 0 %_ptr_Uniform_float = OpTypePointer Uniform %float %uint = OpTypeInt 32 0 %uint_0 = OpConstant %uint 0 %_ptr_Function_float = OpTypePointer Function %float %uint_1 = OpConstant %uint 1 %float_1 = OpConstant %float 1 %bool = OpTypeBool %float_5 = OpConstant %float 5 %27 = OpConstantComposite %v2float %float_1 %float_1 %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %_GLF_color = OpVariable %_ptr_Output_v4float Output %float_0 = OpConstant %float 0 %31 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 %32 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 %main = OpFunction %void None %11 %33 = OpLabel %f = OpVariable %_ptr_Function_float Function %param = OpVariable %_ptr_Function_v2float Function OpStore %param %27 %34 = OpFunctionCall %float %func_vf2_ %param OpStore %f %34 %35 = OpLoad %float %f %36 = OpFOrdEqual %bool %35 %float_5 OpSelectionMerge %37 None OpBranchConditional %36 %38 %39 %38 = OpLabel OpStore %_GLF_color %31 OpBranch %37 %39 = OpLabel OpStore %_GLF_color %32 OpBranch %37 %37 = OpLabel OpReturn OpFunctionEnd %func_vf2_ = OpFunction %float None %15 %v = OpFunctionParameter %_ptr_Function_v2float %40 = OpLabel %41 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %42 = OpLoad %float %41 %43 = OpAccessChain %_ptr_Function_float %v %uint_0 OpStore %43 %42 %44 = OpAccessChain %_ptr_Function_float %v %uint_1 %45 = OpLoad %float %44 %46 = OpFOrdLessThan %bool %45 %float_1 OpSelectionMerge %47 None OpBranchConditional %46 %48 %47 %48 = OpLabel OpReturnValue %float_1 %47 = OpLabel OpReturnValue %float_5 OpFunctionEnd