blob: aeb4426359ed5d2a6a3ef82cbe4892de105587b9 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 10
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %f "f"
OpName %v "v"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%bool = OpTypeBool
%v4bool = OpTypeVector %bool 4
%_ptr_Function_v4bool = OpTypePointer Function %v4bool
%9 = OpConstantNull %v4bool
%f = OpFunction %void None %3
%4 = OpLabel
%v = OpVariable %_ptr_Function_v4bool Function
OpStore %v %9
OpReturn
OpFunctionEnd