blob: 2cd51345eb33b70fba8509cac4b306280b9fdab0 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 12
; 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
%uint = OpTypeInt 32 0
%uint_65535 = OpConstant %uint 65535
%_arr_bool_uint_65535 = OpTypeArray %bool %uint_65535
%_ptr_Function__arr_bool_uint_65535 = OpTypePointer Function %_arr_bool_uint_65535
%11 = OpConstantNull %_arr_bool_uint_65535
%f = OpFunction %void None %3
%4 = OpLabel
%v = OpVariable %_ptr_Function__arr_bool_uint_65535 Function
OpStore %v %11
OpReturn
OpFunctionEnd