0
votes
3
votes
When to use multiple sprite batches in XNA?
There are very few cases in which using multiple SpriteBatches is necessary. One example that I see thrown around a lot is a situation in which you want to apply different post-processing/rendersta …
