Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバイス上のすべてのグラフィック カードのモデルを確認するにはどうすればよいですか? withを使用GetAdapterIdentifier()してGetAdapterCount()いますが、統合されたグラフィックカードしか取得できません。もっと良いアイデアはありますか?
GetAdapterIdentifier()
GetAdapterCount()
IDXGIFactory1::EnumAdapters を使用してアダプターを列挙できます。MSDN ドキュメントを使用してこれを見つけるのに 30 秒かかりました。