const expected = [ 0, 2, 4, 6, 12, 15, 18, 21, 32, 36, 40, 44, 12, 13, 14, 15, ]; testMat4WithAndWithoutDest((newDst) => { return mat4.scale(m, [2, 3, 4], newDst); }, expected);