blob: 0aa2968c60208a8a4d86806b4c1f16c7d0f59a45 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %main_loc2_Input
OpExecutionMode %main OriginUpperLeft
OpName %main_loc2_Input "main_loc2_Input"
OpName %main_inner "main_inner"
OpName %none "none"
OpName %main "main"
OpDecorate %main_loc2_Input Location 2
%float = OpTypeFloat 32
%_ptr_Input_float = OpTypePointer Input %float
%main_loc2_Input = OpVariable %_ptr_Input_float Input
%void = OpTypeVoid
%7 = OpTypeFunction %void %float
%10 = OpTypeFunction %void
%main_inner = OpFunction %void None %7
%none = OpFunctionParameter %float
%8 = OpLabel
OpReturn
OpFunctionEnd
%main = OpFunction %void None %10
%11 = OpLabel
%12 = OpLoad %float %main_loc2_Input None
%13 = OpFunctionCall %void %main_inner %12
OpReturn
OpFunctionEnd