<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Get gpu info]]></title><description><![CDATA[<p dir="auto">How can one get GPU info (model, vendor, ...) using Qt 5.7.0 on Windows?</p>
]]></description><link>https://forum.qt.io/topic/69369/get-gpu-info</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 17:05:24 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/69369.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Jul 2016 15:35:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Get gpu info on Sun, 17 Jul 2016 19:49:55 GMT]]></title><description><![CDATA[<p dir="auto">I used <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/bb174317(v=vs.85).aspx:" target="_blank" rel="noopener noreferrer nofollow ugc">https://msdn.microsoft.com/en-us/library/windows/desktop/bb174317(v=vs.85).aspx:</a></p>
<pre><code>D3DADAPTER_IDENTIFIER9 Identifier;
IDirect3D9* direct3D9 = Direct3DCreate9(D3D_SDK_VERSION);
direct3D9-&gt;GetAdapterIdentifier(D3DADAPTER_DEFAULT, 0, &amp;Identifier)
</code></pre>
]]></description><link>https://forum.qt.io/post/338042</link><guid isPermaLink="true">https://forum.qt.io/post/338042</guid><dc:creator><![CDATA[MartinD]]></dc:creator><pubDate>Sun, 17 Jul 2016 19:49:55 GMT</pubDate></item><item><title><![CDATA[Reply to Get gpu info on Sun, 17 Jul 2016 17:59:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martind">@<bdi>MartinD</bdi></a></p>
<p dir="auto">Maybe this can help:</p>
<p dir="auto"><a href="http://stackoverflow.com/questions/32386770/qt-5-5-and-opengl-retrieving-device-info" target="_blank" rel="noopener noreferrer nofollow ugc">http://stackoverflow.com/questions/32386770/qt-5-5-and-opengl-retrieving-device-info</a></p>
]]></description><link>https://forum.qt.io/post/338037</link><guid isPermaLink="true">https://forum.qt.io/post/338037</guid><dc:creator><![CDATA[beecksche]]></dc:creator><pubDate>Sun, 17 Jul 2016 17:59:39 GMT</pubDate></item></channel></rss>