OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %_GLF_color OpExecutionMode %main OriginUpperLeft OpSource ESSL 320 OpName %main "main" OpName %f "f" OpName %buf1 "buf1" OpMemberName %buf1 0 "_GLF_uniform_float_values" OpName %_ "" OpName %buf2 "buf2" OpMemberName %buf2 0 "resolution" OpName %__0 "" OpName %_GLF_color "_GLF_color" OpName %buf0 "buf0" OpMemberName %buf0 0 "_GLF_uniform_int_values" OpName %__1 "" OpDecorate %_arr_float_uint_3 ArrayStride 16 OpMemberDecorate %buf1 0 Offset 0 OpDecorate %buf1 Block OpDecorate %_ DescriptorSet 0 OpDecorate %_ Binding 1 OpMemberDecorate %buf2 0 Offset 0 OpDecorate %buf2 Block OpDecorate %__0 DescriptorSet 0 OpDecorate %__0 Binding 2 OpDecorate %_GLF_color Location 0 OpDecorate %_arr_int_uint_2 ArrayStride 16 OpMemberDecorate %buf0 0 Offset 0 OpDecorate %buf0 Block OpDecorate %__1 DescriptorSet 0 OpDecorate %__1 Binding 0 %void = OpTypeVoid %14 = OpTypeFunction %void %float = OpTypeFloat 32 %_ptr_Function_float = OpTypePointer Function %float %uint = OpTypeInt 32 0 %uint_3 = OpConstant %uint 3 %_arr_float_uint_3 = OpTypeArray %float %uint_3 %buf1 = OpTypeStruct %_arr_float_uint_3 %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 %_ = OpVariable %_ptr_Uniform_buf1 Uniform %int = OpTypeInt 32 1 %int_0 = OpConstant %int 0 %int_1 = OpConstant %int 1 %_ptr_Uniform_float = OpTypePointer Uniform %float %v2float = OpTypeVector %float 2 %buf2 = OpTypeStruct %v2float %_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2 %__0 = OpVariable %_ptr_Uniform_buf2 Uniform %uint_0 = OpConstant %uint 0 %int_2 = OpConstant %int 2 %uint_1 = OpConstant %uint 1 %bool = OpTypeBool %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %_GLF_color = OpVariable %_ptr_Output_v4float Output %uint_2 = OpConstant %uint 2 %_arr_int_uint_2 = OpTypeArray %int %uint_2 %buf0 = OpTypeStruct %_arr_int_uint_2 %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %__1 = OpVariable %_ptr_Uniform_buf0 Uniform %_ptr_Uniform_int = OpTypePointer Uniform %int %main = OpFunction %void None %14 %35 = OpLabel %f = OpVariable %_ptr_Function_float Function %36 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1 %37 = OpLoad %float %36 %38 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %uint_0 %39 = OpLoad %float %38 %40 = OpFMul %float %37 %39 %41 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2 %42 = OpLoad %float %41 %43 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %uint_0 %44 = OpLoad %float %43 %45 = OpExtInst %float %1 Round %44 %46 = OpFMul %float %42 %45 %47 = OpFAdd %float %40 %46 %48 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %uint_1 %49 = OpLoad %float %48 %50 = OpFAdd %float %47 %49 OpStore %f %50 %51 = OpLoad %float %f %52 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0 %53 = OpLoad %float %52 %54 = OpFOrdEqual %bool %51 %53 OpSelectionMerge %55 None OpBranchConditional %54 %56 %57 %56 = OpLabel %58 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0 %59 = OpLoad %int %58 %60 = OpConvertSToF %float %59 %61 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1 %62 = OpLoad %int %61 %63 = OpConvertSToF %float %62 %64 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1 %65 = OpLoad %int %64 %66 = OpConvertSToF %float %65 %67 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0 %68 = OpLoad %int %67 %69 = OpConvertSToF %float %68 %70 = OpCompositeConstruct %v4float %60 %63 %66 %69 OpStore %_GLF_color %70 OpBranch %55 %57 = OpLabel %71 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1 %72 = OpLoad %int %71 %73 = OpConvertSToF %float %72 %74 = OpCompositeConstruct %v4float %73 %73 %73 %73 OpStore %_GLF_color %74 OpBranch %55 %55 = OpLabel OpReturn OpFunctionEnd