How To Check Your Directx Version
If you mean from the code - D3D11CreateDevice returns that information as featureLevel - check DirectX SDK for details. All DirectX 10-compliant cards support Shader Model 4.0 (so vs40, ps40, gs40, and optionally cs40), DirectX 10.1-compatible - Shader Model 4.1(so vs41, ps41, gs41, and optionally cs4x), DirectX 11-compatible - Shader Model 5.0(so vs50, ps50, gs50, cs50, hs50, ds50).
I need to do coding for 3D graphics, I would like to check which version of directx runtime is installed on my Windows machine. How to do that?
migrated from stackoverflow.comJan 15 '12 at 17:22
How To Know Your Directx Version Windows 7
Download pc game hidden object full games. This question came from our site for professional and enthusiast programmers.
1 Answer
Open run dialog (windows + r), type 'dxdiag' and hit enter, click through WHQL yes/no question.The version is on the start page at the bottom. Alternatively System Information for Windows can probably do the same job, maybe even give more detail but I've not got my copy on me right this second.