|  | ; SPIR-V | 
|  | ; Version: 1.3 | 
|  | ; Generator: Google Tint Compiler; 1 | 
|  | ; Bound: 14 | 
|  | ; Schema: 0 | 
|  | OpCapability Shader | 
|  | OpMemoryModel Logical GLSL450 | 
|  | OpEntryPoint Fragment %main "main" %main_loc0_Output | 
|  | OpExecutionMode %main OriginUpperLeft | 
|  | OpName %main_loc0_Output "main_loc0_Output" | 
|  | OpName %main_inner "main_inner" | 
|  | OpName %main "main" | 
|  | OpDecorate %main_loc0_Output Location 0 | 
|  | %float = OpTypeFloat 32 | 
|  | %v4float = OpTypeVector %float 4 | 
|  | %_ptr_Output_v4float = OpTypePointer Output %v4float | 
|  | %main_loc0_Output = OpVariable %_ptr_Output_v4float Output | 
|  | %6 = OpTypeFunction %v4float | 
|  | %8 = OpConstantNull %v4float | 
|  | %void = OpTypeVoid | 
|  | %11 = OpTypeFunction %void | 
|  | %main_inner = OpFunction %v4float None %6 | 
|  | %7 = OpLabel | 
|  | OpReturnValue %8 | 
|  | OpFunctionEnd | 
|  | %main = OpFunction %void None %11 | 
|  | %12 = OpLabel | 
|  | %13 = OpFunctionCall %v4float %main_inner | 
|  | OpStore %main_loc0_Output %13 None | 
|  | OpReturn | 
|  | OpFunctionEnd |