Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top