microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDR Tutorial Program Not Working

rr-codes opened this issue · comments

In the HDR sample program / project, after following the documentation completely, the program compiles, however it does not run in HDR mode nor does it display the teapot image.

I am using DirectX 11 on the latest version of Windows and Visual Studio. Furthermore, I have tried both x64 and x86 configurations.

The key issue with HDR10 on Windows is that the system has to be in an HDR mode. The program can only check to see if the current display is doing HDR10.

See HDR and WCG color settings in Windows 10