I am trying to make the HDR changes to work in in UWP. The HDR implementation seems to rely on the AMD_AGS and the NVAPI libraries. These were giving me linker errors for UWP. I found an “amd_ags_uwp_x64.lib” library which fixes my errors for AMD_AGS but I have not been able to find a replacement library for NVAPI. The linker errors are complaining about a few functions in NVAPI, including “NvAPI_DISP_GetDisplayIdByDisplayName”, “NvAPI_GetErrorMessage” and “NvAPI_Disp_GetHdrCapabilities” which I believe are needed to detect if an NVIDIA card can support HDR. Has anyone tried this? Is there something I could use to replace nvapi64.lib for UWP?