DirectX is a collection of APIs for handling tasks related to multimedia, especially 3D graphics and game programming and video, on Microsoft platforms.
I seem to be having some problems installing the DirectX SDK. Everything seems to be going well during the install, …
directx vista64For what purposes are we using Model View Projection Matrix? Why do shaders require Model View Projection Matrix?
opengl directx 3dI installed the DirectX SDK June 10, but when I include the d3dx9.h, the compiler can't find it. I …
sdk directxI can't figure out how to install Windows 10 SDK for Visual Studio 2017. I downloaded and ran the Windows 10 SDK installer, …
c++ visual-studio-2017 windows-10 directxI'm trying to setup DirectX on Visual C++ 2010 express. I do not have the SDK installed and could not figure …
windows visual-studio-2010 directxI want to detour EndScene from an arbitrary DirectX 9 application to create a small overlay. As an example, you could …
c++ directx hook dll-injectionI want to learn DirectX in C++ programming. I decided to learn DirectX, so I found some tutorials online, but …
c++ directxIn DirectX 10 you could use the font interface provided by D3DX10. In DirectX 11 you are supposed to use DirectWrite. …
c++ directx directx-11