hi all,
I was wondering how I can get the graphics card model/brand from code particularly from DirectX 9.0c (from within C++ code).
Thanks for any help!
|
|
|
|
|
|
|
At runtime, you can query the device model and vendor:
|
|||
|
|
|
|
Take a look at Chapter 2. Direct3D from my book The Direct3D Graphics Pipeline. See section 2.12, Identifying a Particular Device. |
||
|
|
|
|
In command prompt, run 'dxdiag'. It will open 'DirectX Diagnostic Tool'. Your graphics card will be listed there. |
||||||||
|