-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
enhancementNew feature or requestNew feature or request
Description
HDR support is coming in idd 1.101, which enables us to support HDR and WCG. This is only possible in Windows 11 22H2 Sept Update + however, since it is a brand new feature2. This should enable more options in HDR applications for our monitor. We should be able to still support Windows 10 2004+ by using runtime checks for this, but compiling against the newest version, though the functionality will only be available in the newest version of windows.
I think there should be a toggle per monitor for this feature in the app, one for each mode.
To figure out the version for runtime checks, check against IddCxGetVersion
which returns 0x1A00 (IDDCX_VERSION_SV3)
for the newest update.
Footnotes
zaylman, ersan and 1vivy
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request