I have both an integrated Intel GPU and a dedicated Nvidia and occasionally run into problems when the Intel card is the primary one - users report grey blocks overlaying part of the application and an inability to click certain areas. These go away when you switch to the Nvidia card, so I was wondering if this selection can be done programatically in the application, perhaps when you create the Rendering Context on initialization?
TLDR: Can you select the graphics card to use from within the application?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have both an integrated Intel GPU and a dedicated Nvidia and occasionally run into problems when the Intel card is the primary one - users report grey blocks overlaying part of the application and an inability to click certain areas. These go away when you switch to the Nvidia card, so I was wondering if this selection can be done programatically in the application, perhaps when you create the Rendering Context on initialization?
TLDR: Can you select the graphics card to use from within the application?
Windows can set desired GPU for every program.
Hi,
Yes, that's how I've been telling people to resolve this, but was just hoping there might be a programming option I can use so they don't need to.