Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

DirectX Cheat Sheet

DirectX Cheat Sheet

Alex Hopkins
Alex Hopkins' Journal · · 1 min read
24,428 5
I find it hard to visualise the flow and complete process required for a game loop using DirectX11 so to help myself I made myself a kind of cheat sheet. It's based on the presumption that most things are obvious and that just the order and steps required are to be detailed. The render calls made to the Model class don't include a Draw call to the GPU, as that is handled later by the Shader custom class.

HD Version: https://www.dropbox.com/s/7322x0i76sdnagm/DirectX11_Cheat_Sheet.png

Discussion

Loading comments...