In order to achieve a desired effect in my Particle system, it is necessary for me to draw to two seperate render targets, one of which is the main backbuffer.
In trying to stay optimal, I am hoping to keep this to one single draw call. Therefore, I would like to avoid the normal route of resolving the back buffer, doing all my work, and then ...