When I create a multithreaded renderer for DX11 applications, do I create a separate device context for each individual thread? If I had 4 threads, each thread would have its own device context. If Yes, how do I create more than 1 device context using D3D11CreateDeviceAndSwapChain?
Thanks
Jack
↧