NVIDIA Optimus enablement seems not to work anymore.
I have set "Auto-select" as the preferred graphics processor in the NVIDIA Control Panel.
My code contains the following:
extern "C" {
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; // the same for "_declspec"
}
But my NVIDIA GPU has no IDXGIOutput attached. (EnumOutputs(0, output.GetAddressOf()))
Any solutions?
↧