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