| 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 %height "height" |
| 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 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %float_256 = OpConstant %float 256 |
| %v2float = OpTypeVector %float 2 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %_ = OpVariable %_ptr_Uniform_buf0 Uniform |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %uint = OpTypeInt 32 0 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %float_0 = OpConstant %float 0 |
| %bool = OpTypeBool |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %float_30_1800003 = OpConstant %float 30.1800003 |
| %float_8840 = OpConstant %float 8840.0 |
| %float_469_970001 = OpConstant %float 469.970001 |
| %float_18_2399998 = OpConstant %float 18.2399998 |
| %27 = OpConstantComposite %v4float %float_30_1800003 %float_8840 %float_469_970001 %float_18_2399998 |
| %float_9_89999962 = OpConstant %float 9.89999962 |
| %float_0_100000001 = OpConstant %float 0.100000001 |
| %float_1169_5387 = OpConstant %float 1169.5387 |
| %float_55_7900009 = OpConstant %float 55.7900009 |
| %32 = OpConstantComposite %v4float %float_9_89999962 %float_0_100000001 %float_1169_5387 %float_55_7900009 |
| %float_7612_94531 = OpConstant %float 7612.94531 |
| %float_797_010986 = OpConstant %float 797.010986 |
| %float_9 = OpConstant %float 9 |
| %float_1 = OpConstant %float 1 |
| %37 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %main = OpFunction %void None %8 |
| %38 = OpLabel |
| %height = OpVariable %_ptr_Function_float Function |
| OpStore %height %float_256 |
| %39 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1 |
| %40 = OpLoad %float %39 |
| %41 = OpFOrdLessThan %bool %40 %float_0 |
| OpSelectionMerge %42 None |
| OpBranchConditional %41 %43 %42 |
| %43 = OpLabel |
| %44 = OpLoad %float %height |
| %45 = OpCompositeConstruct %v4float %float_7612_94531 %float_797_010986 %44 %float_9 |
| %46 = OpExtInst %v4float %1 FMix %27 %32 %45 |
| OpStore %_GLF_color %46 |
| OpBranch %42 |
| %42 = OpLabel |
| OpStore %_GLF_color %37 |
| OpReturn |
| OpFunctionEnd |