/hdrToggle

Command Line Tool to turn on HDR in Windows 10

Primary LanguageC++MIT LicenseMIT


hdrToggle

hdrToggle

Minified version of Brad Gearon's hdr-switch.

🛠 Build

Download NVAPI from Nvidia (Version R450 was tested and used) and place it as R450-developer.zip into the root of the project directory.

mkdir bin
cd bin
cmake ..
cmake --build . --target hdrToggle --config Release

The executable can now be found under ./bin/Release/hdrToggle.exe.

🏃‍♂️ Run

.\bin\Release\hdrToggle.exe

📚 Sources