XNA - ReadPixels clears render buffer

Monkey Forums/Monkey Bug Reports/XNA - ReadPixels clears render buffer

pantson(Posted 2015) [#1]
Hi

When ReadPixel is called, the render buffer is cleared, so nothing shows on screen that was drawn before the command is called.

I reported this in the following thread
http://www.monkey-x.com/Community/posts.php?topic=9462#98365
More findings can be found in that thread too

example
Hit left mouse button to switch between reading pixels and doing nothing. When reading pixels, the render buffer clears (no text on screen)


thanks for looking