Multithreaded rendering on lower feature levels with deferred contexts.

Started by
0 comments, last by Hodgman 11 years, 5 months ago
Since you can switch to a lower feature level in DirectX11 and use shaders with an older shader model on older hardware,would you still be able to use deferred contexts on the older hardware?
Advertisement
I haven't tried it, but I believe you can.
N.B. this may not actually give you a performance boost though -- if the driver doesn't support parallel submission, then the D3D run-time will emulate support and still end up only using 1 thread to perform submission.

This topic is closed to new replies.

Advertisement