1; SPIR-V 2; Version: 1.3 3; Generator: Google Tint Compiler; 0 4; Bound: 12 5; Schema: 0 6 OpCapability Shader 7 OpMemoryModel Logical GLSL450 8 OpEntryPoint GLCompute %main "main" 9 OpExecutionMode %main LocalSize 1 1 1 10 OpName %v "v" 11 OpName %main "main" 12 OpDecorate %_arr_int_uint_3 ArrayStride 4 13 %int = OpTypeInt 32 1 14 %uint = OpTypeInt 32 0 15 %uint_3 = OpConstant %uint 3 16%_arr_int_uint_3 = OpTypeArray %int %uint_3 17%_ptr_Private__arr_int_uint_3 = OpTypePointer Private %_arr_int_uint_3 18 %7 = OpConstantNull %_arr_int_uint_3 19 %v = OpVariable %_ptr_Private__arr_int_uint_3 Private %7 20 %void = OpTypeVoid 21 %8 = OpTypeFunction %void 22 %main = OpFunction %void None %8 23 %11 = OpLabel 24 OpReturn 25 OpFunctionEnd 26