const expected = [ 0, 2, 4, 0, 8, 10, 12, 0, 16, 18, 20, 0, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.uniformScale3D(m, 2, newDst); }, expected);