Sprite Batching enabled?
I had a question regarding the 2D example using OpenGL.
Because the draw components happen all at once as it loops through the sprite components, is this considered sprite batching? Or do I still need to find a way to implement that so it all happens at one draw call? If so, any ideas using the same structure as this code?
Thanks