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