blob: d09cb49aa21ec8b4a9e225a5fd663562db2e45c1 [file]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 13
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %f "f"
OpName %vec3f "vec3f"
OpName %vec3f "b"
OpName %main "main"
%void = OpTypeVoid
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%6 = OpTypeFunction %void %v3float
%9 = OpTypeFunction %void
%12 = OpConstantNull %v3float
%f = OpFunction %void None %6
%vec3f = OpFunctionParameter %v3float
%7 = OpLabel
OpReturn
OpFunctionEnd
%main = OpFunction %void None %9
%10 = OpLabel
%11 = OpFunctionCall %void %f %12
OpReturn
OpFunctionEnd