Question

It's confusing here. Is it that one swap chain cannot be accessed concurrently, or DXGI is completely not thread safe?

If I have 2 swap chains for 2 display on one card, what is the best way I swap them? I can hardly find any resource on multiple swap chains.

Was it helpful?

Solution

Please check this link : http://msdn.microsoft.com/en-us/library/windows/desktop/ee417025(v=vs.85).aspx#multiple_monitors When you want to display different windows on two or more monitors, you should create two or more swapchains, each for one monitor.

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