Games for Windows and the DirectX SDK blog

Technical tips, tricks, and news about game development for Microsoft platforms including desktop, Xbox, and UWP


Project maintained by walbourn Hosted on GitHub Pages — Theme by mattgraham
Home | Posts by Tag | Posts by Month

Direct3D 11 Multithreading

direct3d

Originally posted to Chuck Walbourn's Blog on MSDN,

There’s a lot of interest in the Multithreading features in Direct3D 11, especially since it can be used with existing Direct3D 10.x and 10level9 class hardware as well as new Direct3D 11 hardware. In addition to the Windows DirectX Graphics documentation, here are a number of resources for learning more about Direct3D 11 multithreading:

Gamefest 2008 - Multithreaded Rendering for Games

Game Developer Conference 2009 - Direct3D 11 Multithreaded Rendering and Compute

Gamefest 2010 / GDC 2010 - DirectX Technology Update
link

Direct3D Multithreaded Rendering Win32 Sample

Be sure to review the blog post on the known issue with UpdateSubresource.

Related: Getting Started with Direct3D 11