I render Polygons.
The situation is that I have a polygon which some vertexes are merged / vertex is on the same Edge Line, so i have a triangle.
Look at the image.
This Triangle is a 4 vertex Poly.
As it is, It will not pass the culling test and the rasterizer will drop this poly.
How to detect such vertecies?