blob: 5df28a4d64c13aa4d967ea4a526fd48e2e79a00f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 13
; 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
%v3float = OpTypeVector %float 3
%3 = OpConstantNull %float
%float_1 = OpConstant %float 1
%float_2 = OpConstant %float 2
%6 = OpConstantComposite %v3float %3 %float_1 %float_2
%_ptr_Private_v3float = OpTypePointer Private %v3float
%v = OpVariable %_ptr_Private_v3float Private %6
%void = OpTypeVoid
%9 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %9
%12 = OpLabel
OpReturn
OpFunctionEnd