const expected = [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, ]; testMat4WithAndWithoutDest((newDst) => { return mat4.identity(newDst); }, expected);