CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Auto-detect GPU

  1. #1
    Join Date
    Jan 2014
    Posts
    1

    Auto-detect GPU

    I need to detect GPU (videocard) and set app settings appropriate to GPU performance.
    I'm able to make a list with settings for each GPU model, but I don't understand how to detect GPU model installed in PC easily.

    What is the bast way to solve this task? Does any way to do this that is not dependent on installed driver?

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Auto-detect GPU

    Haven enough settings in the app to customize "everything".
    take a good average as default. (or adjust the average based on device capability).

    Some people will prefer visual quality over FPS while others will prefer FPS over visual quality.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured