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.
如何找到设备上所有显卡的型号?我正在使用GetAdapterIdentifier(),GetAdapterCount()但它只获得集成图形卡。你有更好的主意吗?
GetAdapterIdentifier()
GetAdapterCount()
您可以使用 IDXGIFactory1::EnumAdapters 枚举适配器。使用 MSDN 文档花了 30 秒才发现这一点。