I wanted to know if there was anyway to load up everything you want to draw and then draw it all at once, instead of making a draw call for each object.
The main performance losses that you have with graphic API's isnt the amount of objects to draw but the amount of draw calls and I wanted to know if there was a way of makingg all my sprite/shape draw calls into one?
If not are there any plans for this in the future?