1cb93a386Sopenharmony_ciOpCapability Shader 2cb93a386Sopenharmony_ci%1 = OpExtInstImport "GLSL.std.450" 3cb93a386Sopenharmony_ciOpMemoryModel Logical GLSL450 4cb93a386Sopenharmony_ciOpEntryPoint Vertex %main "main" %3 %pos 5cb93a386Sopenharmony_ciOpName %sk_PerVertex "sk_PerVertex" 6cb93a386Sopenharmony_ciOpMemberName %sk_PerVertex 0 "sk_Position" 7cb93a386Sopenharmony_ciOpMemberName %sk_PerVertex 1 "sk_PointSize" 8cb93a386Sopenharmony_ciOpName %pos "pos" 9cb93a386Sopenharmony_ciOpName %main "main" 10cb93a386Sopenharmony_ciOpMemberDecorate %sk_PerVertex 0 BuiltIn Position 11cb93a386Sopenharmony_ciOpMemberDecorate %sk_PerVertex 1 BuiltIn PointSize 12cb93a386Sopenharmony_ciOpDecorate %sk_PerVertex Block 13cb93a386Sopenharmony_ciOpDecorate %pos Location 0 14cb93a386Sopenharmony_ci%float = OpTypeFloat 32 15cb93a386Sopenharmony_ci%v4float = OpTypeVector %float 4 16cb93a386Sopenharmony_ci%sk_PerVertex = OpTypeStruct %v4float %float 17cb93a386Sopenharmony_ci%_ptr_Output_sk_PerVertex = OpTypePointer Output %sk_PerVertex 18cb93a386Sopenharmony_ci%3 = OpVariable %_ptr_Output_sk_PerVertex Output 19cb93a386Sopenharmony_ci%_ptr_Input_v4float = OpTypePointer Input %v4float 20cb93a386Sopenharmony_ci%pos = OpVariable %_ptr_Input_v4float Input 21cb93a386Sopenharmony_ci%void = OpTypeVoid 22cb93a386Sopenharmony_ci%11 = OpTypeFunction %void 23cb93a386Sopenharmony_ci%int = OpTypeInt 32 1 24cb93a386Sopenharmony_ci%int_0 = OpConstant %int 0 25cb93a386Sopenharmony_ci%_ptr_Output_v4float = OpTypePointer Output %v4float 26cb93a386Sopenharmony_ci%main = OpFunction %void None %11 27cb93a386Sopenharmony_ci%12 = OpLabel 28cb93a386Sopenharmony_ci%13 = OpLoad %v4float %pos 29cb93a386Sopenharmony_ci%16 = OpAccessChain %_ptr_Output_v4float %3 %int_0 30cb93a386Sopenharmony_ciOpStore %16 %13 31cb93a386Sopenharmony_ciOpReturn 32cb93a386Sopenharmony_ciOpFunctionEnd 33