blob: dce6b4e4fa096763e7dc1bda8c8ec9f53746f0f0 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 16
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpName %main_1 "main_1"
OpName %x_200 "x_200"
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%float_1_5 = OpConstant %float 1.5
%float_2 = OpConstant %float 2
%9 = OpConstantComposite %v2float %float_1_5 %float_2
%_ptr_Function_v2float = OpTypePointer Function %v2float
%12 = OpConstantNull %v2float
%main_1 = OpFunction %void None %1
%4 = OpLabel
%x_200 = OpVariable %_ptr_Function_v2float Function %12
OpStore %x_200 %9
OpReturn
OpFunctionEnd
%main = OpFunction %void None %1
%14 = OpLabel
%15 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd