Creating a Direct3D Renderer

Date January 26, 2008

After going through the basics in our previous tutorials, we can jump into Direct3D programming
by learning how to create and initialize what we need to setup before we can draw anything.
Some History…
The whole point of the architecture behind DirectX is to shield you (the programmer) from having to deal
with lower-level details such as setting proper [...]