Tagged Questions
7
votes
1answer
496 views
Efficient Sprite Batching
Am considering porting over from XNA to the Stage3D API's (Molehill).
So as a performance examination I've implemented sprite-batching, but the performance is not all that great, while with XNA i can ...