DirectX 9 is the 9th version of Microsoft's DirectX API, which is used to develop and handle tasks related to Multimedia, such as game programming, 3d visualizations and video on Microsoft platforms including Windows XP, Windows Server 2003, and Xbox 360.
Edit: Of course, immediately after working on it for an hour then posting here, I found the stupid mistake... I'm …
visual-studio-2010 directx-9I'm trying to write a very simple shader that adds random sparkle to applicable objects. The way I'd like to …
random hlsl directx-9 pixel-shaderI would like to know whether my display driver supports DirectX 11 or not? How do I know the display drivers's …
directx directx-9 directx-10 directx-11Using the tutorial here, I have managed to get a red triangle up on my screen: http://www.directxtutorial.com/…
c++ directx-9 vertexI have installed the DirectX SDK and I want to use in my C++ project in Visual Studio 2017. I configured …
c++ directx visual-studio-2017 directx-9During compile time I get the following error: RAT_RendererDX9.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in …
c++ visual-c++ directx directx-9I have been trying to include DirectX in C sharp project (Visual Studio 2010). I installed DirectX SDK and included the …
c# visual-studio-2010 directx directx-9I'm working on a simple project with DirectX9. I'm having a little snag with some conversion of data types, and …
c++ char type-conversion directx-9 lpcwstr