@GeonBit wrote:
If I set a render target, even if I don't really use it and do something like this:
GraphicsDevice.SetRenderTarget(target); GraphicsDevice.SetRenderTarget(null);
Will turn the screen black, except for few things drawn in the end for some reason. Its like its clearing the back buffer or something. What am I doing wrong?
Thanks!
Posts: 5
Participants: 2