Is there a way to directly copy the backbuffer data into the video memory? I mean without using system memory. All the methods that I found so far (like this or this) copy the backbuffer content into system memory which takes significant amount of time.
My task is to create a surface or a texture in the video memory and tell the graphics adapter to directly copy the backbuffer to there, without using the bus. Thanks