blob: d98cea524edbfe1ac2bf7fbe7f6af34f47b22f3f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %v "v"
OpName %unused_entry_point "unused_entry_point"
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%3 = OpConstantNull %float
%float_1 = OpConstant %float 1
%float_2 = OpConstant %float 2
%float_3 = OpConstant %float 3
%7 = OpConstantComposite %v4float %3 %float_1 %float_2 %float_3
%_ptr_Private_v4float = OpTypePointer Private %v4float
%v = OpVariable %_ptr_Private_v4float Private %7
%void = OpTypeVoid
%10 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %10
%13 = OpLabel
OpReturn
OpFunctionEnd