Multiple monitor display access in DirectX10

Started by
0 comments, last by fpsgamer 16 years, 8 months ago
I have a question regards to SwapChain usage. If my video card (represented as IDXGIDevice) that is connected to two monitor (represented as IDXGIOutput), what is the best way to present what is on the SwapChain buffers to different monitors under my control? IDXGIOutput::SetDisplaySurface seems has this capacity but document says should not be called directly by application. So how I can control and access multiple monitors in an application? Thanks a lot!
Advertisement
This seems promising, though maybe not exactly what you are looking for.

http://msdn2.microsoft.com/en-us/library/ms534610.aspx

This topic is closed to new replies.

Advertisement