; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 38 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint Vertex %main "main" %x_4_param_1 %x_1_1_1 %vertex_point_size OpName %x_4_param_1 "x_4_param_1" OpName %x_1_1_1 "x_1_1_1" OpName %vertex_point_size "vertex_point_size" OpName %x_4 "x_4" OpName %x_1 "x_1" OpName %main_1 "main_1" OpName %main_out "main_out" OpMemberName %main_out 0 "x_1_1" OpName %main_inner "main_inner" OpName %x_4_param "x_4_param" OpName %main "main" OpDecorate %x_4_param_1 BuiltIn VertexIndex OpDecorate %x_1_1_1 BuiltIn Position OpDecorate %vertex_point_size BuiltIn PointSize OpMemberDecorate %main_out 0 Offset 0 %uint = OpTypeInt 32 0 %_ptr_Input_uint = OpTypePointer Input %uint %x_4_param_1 = OpVariable %_ptr_Input_uint Input %float = OpTypeFloat 32 %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %8 = OpConstantNull %v4float %x_1_1_1 = OpVariable %_ptr_Output_v4float Output %8 %_ptr_Output_float = OpTypePointer Output %float %11 = OpConstantNull %float %vertex_point_size = OpVariable %_ptr_Output_float Output %11 %int = OpTypeInt 32 1 %_ptr_Private_int = OpTypePointer Private %int %15 = OpConstantNull %int %x_4 = OpVariable %_ptr_Private_int Private %15 %_ptr_Private_v4float = OpTypePointer Private %v4float %x_1 = OpVariable %_ptr_Private_v4float Private %8 %void = OpTypeVoid %18 = OpTypeFunction %void %main_out = OpTypeStruct %v4float %23 = OpTypeFunction %main_out %uint %float_1 = OpConstant %float 1 %main_1 = OpFunction %void None %18 %21 = OpLabel %22 = OpLoad %int %x_4 OpReturn OpFunctionEnd %main_inner = OpFunction %main_out None %23 %x_4_param = OpFunctionParameter %uint %27 = OpLabel %28 = OpBitcast %int %x_4_param OpStore %x_4 %28 %29 = OpFunctionCall %void %main_1 %30 = OpLoad %v4float %x_1 %31 = OpCompositeConstruct %main_out %30 OpReturnValue %31 OpFunctionEnd %main = OpFunction %void None %18 %33 = OpLabel %35 = OpLoad %uint %x_4_param_1 %34 = OpFunctionCall %main_out %main_inner %35 %36 = OpCompositeExtract %v4float %34 0 OpStore %x_1_1_1 %36 OpStore %vertex_point_size %float_1 OpReturn OpFunctionEnd