This should help on laptops with hybrid graphics: ``` extern "C" { _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; } ``` https://docs.nvidia.com/gameworks/content/technologies/desktop/optimus.htm ``` extern "C" { _declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001; } ``` https://community.amd.com/thread/169965
This should help on laptops with hybrid graphics:
https://docs.nvidia.com/gameworks/content/technologies/desktop/optimus.htm
https://community.amd.com/thread/169965