blob: eb3e1f2efc775a0593f32e946d4015fd81f4ab51 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 16
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpName %x_1 "x_1"
OpName %main_1 "main_1"
OpName %main "main"
OpDecorate %_arr_int_uint_1 ArrayStride 4
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_arr_int_uint_1 = OpTypeArray %int %uint_1
%int_14 = OpConstant %int 14
%6 = OpConstantComposite %_arr_int_uint_1 %int_14
%_ptr_Private__arr_int_uint_1 = OpTypePointer Private %_arr_int_uint_1
%x_1 = OpVariable %_ptr_Private__arr_int_uint_1 Private %6
%void = OpTypeVoid
%9 = OpTypeFunction %void
%main_1 = OpFunction %void None %9
%12 = OpLabel
OpReturn
OpFunctionEnd
%main = OpFunction %void None %9
%14 = OpLabel
%15 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd