Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Get gpu info
Forum Updated to NodeBB v4.3 + New Features

Get gpu info

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 3.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MartinD
    wrote on last edited by
    #1

    How can one get GPU info (model, vendor, ...) using Qt 5.7.0 on Windows?

    beeckscheB 1 Reply Last reply
    0
    • M MartinD

      How can one get GPU info (model, vendor, ...) using Qt 5.7.0 on Windows?

      beeckscheB Offline
      beeckscheB Offline
      beecksche
      wrote on last edited by
      #2

      @MartinD

      Maybe this can help:

      http://stackoverflow.com/questions/32386770/qt-5-5-and-opengl-retrieving-device-info

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MartinD
        wrote on last edited by
        #3

        I used https://msdn.microsoft.com/en-us/library/windows/desktop/bb174317(v=vs.85).aspx:

        D3DADAPTER_IDENTIFIER9 Identifier;
        IDirect3D9* direct3D9 = Direct3DCreate9(D3D_SDK_VERSION);
        direct3D9->GetAdapterIdentifier(D3DADAPTER_DEFAULT, 0, &Identifier)
        
        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved