| 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 %a "a" |
| OpName %i "i" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "three" |
| 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 |
| %9 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_0 = OpConstant %int 0 |
| %int_7 = OpConstant %int 7 |
| %buf0 = OpTypeStruct %int |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %_ = OpVariable %_ptr_Uniform_buf0 Uniform |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %bool = OpTypeBool |
| %int_1 = OpConstant %int 1 |
| %int_2 = OpConstant %int 2 |
| %float = OpTypeFloat 32 |
| %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 |
| %24 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %25 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %main = OpFunction %void None %9 |
| %26 = OpLabel |
| %a = OpVariable %_ptr_Function_int Function |
| %i = OpVariable %_ptr_Function_int Function |
| OpStore %a %int_0 |
| OpStore %i %int_0 |
| OpBranch %27 |
| %27 = OpLabel |
| OpLoopMerge %28 %29 None |
| OpBranch %30 |
| %30 = OpLabel |
| %31 = OpLoad %int %i |
| %32 = OpAccessChain %_ptr_Uniform_int %_ %int_0 |
| %33 = OpLoad %int %32 |
| %34 = OpIAdd %int %int_7 %33 |
| %35 = OpSLessThan %bool %31 %34 |
| OpBranchConditional %35 %36 %28 |
| %36 = OpLabel |
| %37 = OpLoad %int %i |
| OpSelectionMerge %38 None |
| OpSwitch %37 %38 7 %39 8 %39 |
| %39 = OpLabel |
| %40 = OpLoad %int %a |
| %41 = OpIAdd %int %40 %int_1 |
| OpStore %a %41 |
| OpBranch %38 |
| %38 = OpLabel |
| OpBranch %29 |
| %29 = OpLabel |
| %42 = OpLoad %int %i |
| %43 = OpIAdd %int %42 %int_1 |
| OpStore %i %43 |
| OpBranch %27 |
| %28 = OpLabel |
| %44 = OpLoad %int %a |
| %45 = OpIEqual %bool %44 %int_2 |
| OpSelectionMerge %46 None |
| OpBranchConditional %45 %47 %48 |
| %47 = OpLabel |
| OpStore %_GLF_color %24 |
| OpBranch %46 |
| %48 = OpLabel |
| OpStore %_GLF_color %25 |
| OpBranch %46 |
| %46 = OpLabel |
| OpReturn |
| OpFunctionEnd |