Skip to content

Add Nvidia/AMD driver hint to use high perfomance GPU on laptops with hybrid graphics #236

@DJm00n

Description

@DJm00n

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancement [MINOR]Feature that doesn't take more than a few days to implement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions