| 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 %data "data" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "injectionSwitch" |
| OpName %_ "" |
| 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 |
| %8 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_float_uint_2 = OpTypeArray %float %uint_2 |
| %_ptr_Function__arr_float_uint_2 = OpTypePointer Function %_arr_float_uint_2 |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %v2float = OpTypeVector %float 2 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %_ = OpVariable %_ptr_Uniform_buf0 Uniform |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %int_1 = OpConstant %int 1 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %float_1 = OpConstant %float 1 |
| %float_0 = OpConstant %float 0 |
| %26 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %bool = OpTypeBool |
| %28 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %29 = OpUndef %float |
| %main = OpFunction %void None %8 |
| %30 = OpLabel |
| %data = OpVariable %_ptr_Function__arr_float_uint_2 Function |
| %31 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0 |
| %32 = OpLoad %float %31 |
| %33 = OpAccessChain %_ptr_Function_float %data %int_0 |
| OpStore %33 %32 |
| %34 = OpAccessChain %_ptr_Function_float %data %int_1 |
| OpStore %34 %32 |
| OpStore %_GLF_color %26 |
| %35 = OpLoad %float %34 |
| %36 = OpFOrdGreaterThan %bool %35 %float_1 |
| OpSelectionMerge %37 None |
| OpBranchConditional %36 %38 %37 |
| %38 = OpLabel |
| %39 = OpConvertFToS %int %32 |
| OpSelectionMerge %40 None |
| OpSwitch %39 %40 0 %41 1 %42 |
| %40 = OpLabel |
| OpBranch %37 |
| %41 = OpLabel |
| OpBranch %42 |
| %42 = OpLabel |
| %43 = OpPhi %float %29 %38 %float_1 %41 |
| %44 = OpAccessChain %_ptr_Function_float %data %39 |
| OpStore %44 %43 |
| OpStore %_GLF_color %28 |
| OpBranch %40 |
| %37 = OpLabel |
| OpReturn |
| OpFunctionEnd |