tags:

views:

75

answers:

1

Is there a way to capture a screenshot directly from the GPU without the need to actually display the screen on the monitor? I check lots of posts here, but only found answers for capturing screen images remotely and so forth.

+1  A: 

If this is in an application that you're making where you can supply code to it, you can set up a Render Target and output the result to a BMP or TGA file.

Crowe T. Robot