| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color |
| OpExecutionMode %main OriginUpperLeft |
| OpSource ESSL 310 |
| OpName %main "main" |
| OpName %i "i" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %i RelaxedPrecision |
| OpDecorate %6 RelaxedPrecision |
| OpDecorate %7 RelaxedPrecision |
| OpDecorate %gl_FragCoord BuiltIn FragCoord |
| OpDecorate %8 RelaxedPrecision |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %10 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_2 = OpConstant %int 2 |
| %int_1 = OpConstant %int 1 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %gl_FragCoord = OpVariable %_ptr_Input_v4float Input |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Input_float = OpTypePointer Input %float |
| %float_0 = OpConstant %float 0 |
| %bool = OpTypeBool |
| %false = OpConstantFalse %bool |
| %int_3 = OpConstant %int 3 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %float_1 = OpConstant %float 1 |
| %27 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %28 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %main = OpFunction %void None %10 |
| %29 = OpLabel |
| %i = OpVariable %_ptr_Function_int Function |
| OpStore %i %int_2 |
| OpBranch %30 |
| %30 = OpLabel |
| OpLoopMerge %31 %32 None |
| OpBranch %33 |
| %33 = OpLabel |
| %6 = OpLoad %int %i |
| %7 = OpIAdd %int %6 %int_1 |
| OpStore %i %7 |
| OpBranch %32 |
| %32 = OpLabel |
| %34 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0 |
| %35 = OpLoad %float %34 |
| %36 = OpFOrdGreaterThanEqual %bool %35 %float_0 |
| %37 = OpLogicalAnd %bool %36 %false |
| OpBranchConditional %37 %30 %31 |
| %31 = OpLabel |
| %8 = OpLoad %int %i |
| %38 = OpIEqual %bool %8 %int_3 |
| OpSelectionMerge %39 None |
| OpBranchConditional %38 %40 %41 |
| %40 = OpLabel |
| OpStore %_GLF_color %27 |
| OpBranch %39 |
| %41 = OpLabel |
| OpStore %_GLF_color %28 |
| OpBranch %39 |
| %39 = OpLabel |
| OpReturn |
| OpFunctionEnd |