I am working on some software rendering code that does triangle
rasterization. I am testing by creating a quad comprised of two
triangles. However, there is a clear seam where the triangles
meet. The seam is caused by certain pixels not getting filled
in. Is there a standard way of getting rid of this?