QT Graphics card selection or detection
-
wrote on 31 Oct 2024, 10:30 last edited by
Hello everyone,
I get an error when I run my application on computers with two video cards. When I prioritize the NVDIA card for openGL or turn off my intel video card, the program does not crash and keeps running. Is it possible to select either of these graphics cards in code or to detect if an intel graphics card is used?
-
wrote on 31 Oct 2024, 11:45 last edited by
Hi,
Just a thought, because I am not familiar with this subject: shouldn't you figure out why the app crashes instead of working around it?
1/2