| 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 %v "v" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "one" |
| OpName %_ "" |
| OpName %d "d" |
| 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 |
| %9 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %v3float = OpTypeVector %float 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %float_5 = OpConstant %float 5 |
| %float_8 = OpConstant %float 8 |
| %float_n12_1999998 = OpConstant %float -12.1999998 |
| %16 = OpConstantComposite %v3float %float_5 %float_8 %float_n12_1999998 |
| %float_1 = OpConstant %float 1 |
| %float_4_9000001 = OpConstant %float 4.9000001 |
| %float_n2_0999999 = OpConstant %float -2.0999999 |
| %20 = OpConstantComposite %v3float %float_1 %float_4_9000001 %float_n2_0999999 |
| %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 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %float_0_100000001 = OpConstant %float 0.100000001 |
| %bool = OpTypeBool |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %float_0 = OpConstant %float 0 |
| %33 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %main = OpFunction %void None %9 |
| %34 = OpLabel |
| %v = OpVariable %_ptr_Function_v3float Function |
| %d = OpVariable %_ptr_Function_float Function |
| %35 = OpAccessChain %_ptr_Uniform_float %_ %int_0 |
| %36 = OpLoad %float %35 |
| %37 = OpCompositeConstruct %v3float %36 %36 %36 |
| %38 = OpExtInst %v3float %1 FMix %16 %20 %37 |
| OpStore %v %38 |
| %39 = OpLoad %v3float %v |
| %40 = OpExtInst %float %1 Distance %39 %20 |
| OpStore %d %40 |
| %41 = OpLoad %float %d |
| %42 = OpFOrdLessThan %bool %41 %float_0_100000001 |
| OpSelectionMerge %43 None |
| OpBranchConditional %42 %44 %45 |
| %44 = OpLabel |
| %46 = OpAccessChain %_ptr_Function_float %v %uint_0 |
| %47 = OpLoad %float %46 |
| %48 = OpCompositeConstruct %v4float %47 %float_0 %float_0 %float_1 |
| OpStore %_GLF_color %48 |
| OpBranch %43 |
| %45 = OpLabel |
| OpStore %_GLF_color %33 |
| OpBranch %43 |
| %43 = OpLabel |
| OpReturn |
| OpFunctionEnd |