Get the graphics card model?

后端 未结 5 1619
猫巷女王i
猫巷女王i 2020-12-07 01:18

I was wondering how I can get the graphics card model/brand from code particularly from DirectX 9.0c (from within C++ code).

5条回答
  •  余生分开走
    2020-12-07 01:32

    You can use "DirecX Diagnostic Tool" API, like in sample DxDiagOutput from DX SDK http://msdn.microsoft.com/en-us/library/ee416986%28v=VS.85%29.aspx

提交回复
热议问题