blob: 37aa2cb1d0abeb620758202063518ff3689c283d [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 12
; 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"
%uint = OpTypeInt 32 0
%v2uint = OpTypeVector %uint 2
%3 = OpConstantNull %uint
%uint_1 = OpConstant %uint 1
%5 = OpConstantComposite %v2uint %3 %uint_1
%_ptr_Private_v2uint = OpTypePointer Private %v2uint
%v = OpVariable %_ptr_Private_v2uint Private %5
%void = OpTypeVoid
%8 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %8
%11 = OpLabel
OpReturn
OpFunctionEnd