const expected = [ 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 12, 13, 14, 15, ]; testMat4WithAndWithoutDest((newDst) => { return mat4.uniformScale(m, 2, newDst); }, expected);