blob: 1e4e51f39704337d9cb5662b1e1dc9c2fedb4335 [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"
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%3 = OpConstantNull %uint
%uint_1 = OpConstant %uint 1
%uint_2 = OpConstant %uint 2
%6 = OpConstantComposite %v3uint %3 %uint_1 %uint_2
%_ptr_Private_v3uint = OpTypePointer Private %v3uint
%v = OpVariable %_ptr_Private_v3uint Private %6
%void = OpTypeVoid
%9 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %9
%12 = OpLabel
OpReturn
OpFunctionEnd