in XNA, I need to get a reference to the RenderTarget(2D) of the BackBuffer in order to draw it to a texture or change its Usage to Usage.PreserveContents, is there any method which allows me to do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Check out this blog post about what happened to Basically, you should just use render targets. If you really need the back-buffer, you can use If you need to change the Note that changing this away from the default is not recommended. The correct solution is to fix the order in which you set and draw to your render targets. |
|||
|
|