Is the order of drawing triangles in the 3D API guaranteed the same as their order in the index buffer?
For example, if I have two overlapping triangles in one drawing call, and depth testing is disabled, will the first or second triangle be visible at the end?
Or do I need to issue separate calls to appeal to make sure that the second triangle appears at the top of the 1st?
source
share