When should I use indexed arrays of OpenGL vertices?
From this I conclude that when rendering geometry which is all seams or mostly seams, when using GL_TRIANGLE_STRIP or _FAN, then I should never use indexed arrays, and should instead always use gl[Multi]DrawArrays. No, and the reason is quite simple. Your conclusion is based on the fact you have analysed a single quad composed by … Read more