Word on the street is that glDrawElements is much faster then glDrawArrays.
So I want to display everything using glDrawElements. The problem I have is that I have a bunch of images I want to pop onto the screen. Each image is in a different texture.
Is it possible to use glDrawElements to do this?
How can I switch the texture