blob: 154b8f299beb80afb9b9f718188e004d9d32d432 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 16
; 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 %const_decls "const_decls"
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
%void = OpTypeVoid
%7 = OpTypeFunction %void
%10 = OpTypeFunction %v4float
%12 = OpConstantNull %v4float
%const_decls = OpFunction %void None %7
%8 = OpLabel
OpReturn
OpFunctionEnd
%main_inner = OpFunction %v4float None %10
%11 = OpLabel
OpReturnValue %12
OpFunctionEnd
%main = OpFunction %void None %7
%14 = OpLabel
%15 = OpFunctionCall %v4float %main_inner
OpStore %main_loc0_Output %15 None
OpReturn
OpFunctionEnd