1cb93a386Sopenharmony_ciOpCapability Shader 2cb93a386Sopenharmony_ci%1 = OpExtInstImport "GLSL.std.450" 3cb93a386Sopenharmony_ciOpMemoryModel Logical GLSL450 4cb93a386Sopenharmony_ciOpEntryPoint Fragment %main "main" %sk_Clockwise 5cb93a386Sopenharmony_ciOpExecutionMode %main OriginUpperLeft 6cb93a386Sopenharmony_ciOpName %sk_Clockwise "sk_Clockwise" 7cb93a386Sopenharmony_ciOpName %main "main" 8cb93a386Sopenharmony_ciOpName %i "i" 9cb93a386Sopenharmony_ciOpDecorate %sk_Clockwise BuiltIn FrontFacing 10cb93a386Sopenharmony_ci%bool = OpTypeBool 11cb93a386Sopenharmony_ci%_ptr_Input_bool = OpTypePointer Input %bool 12cb93a386Sopenharmony_ci%sk_Clockwise = OpVariable %_ptr_Input_bool Input 13cb93a386Sopenharmony_ci%void = OpTypeVoid 14cb93a386Sopenharmony_ci%7 = OpTypeFunction %void 15cb93a386Sopenharmony_ci%int = OpTypeInt 32 1 16cb93a386Sopenharmony_ci%_ptr_Function_int = OpTypePointer Function %int 17cb93a386Sopenharmony_ci%int_1 = OpConstant %int 1 18cb93a386Sopenharmony_ci%v3int = OpTypeVector %int 3 19cb93a386Sopenharmony_ci%main = OpFunction %void None %7 20cb93a386Sopenharmony_ci%8 = OpLabel 21cb93a386Sopenharmony_ci%i = OpVariable %_ptr_Function_int Function 22cb93a386Sopenharmony_ci%12 = OpLoad %int %i 23cb93a386Sopenharmony_ci%14 = OpISub %int %12 %int_1 24cb93a386Sopenharmony_ciOpStore %i %14 25cb93a386Sopenharmony_ci%15 = OpCompositeConstruct %v3int %12 %12 %12 26cb93a386Sopenharmony_ciOpReturn 27cb93a386Sopenharmony_ciOpFunctionEnd 28