Is Hdr10Plus metadata EDID supported by DXGI yet?

Jim DiNunzio 1 Reputation point
2021-08-11T00:24:19.177+00:00

DXGI 1.5 adds the IDXGISwapChain4 interface which includes a function to set HDR metadata and supports HDR10 static metadata with a structure. The enumerated type specifying the type of HDR metadata includes an enumeration for HDR10 Plus, DXGI_HDR_METADATA_TYPE_HDR10PLUS, but is not documented. Is this currently supported or planned to be supported and does or will it take the current HDR10 Plus VSVDB syntax as specified in official HDR10 Plus documentation?

HRESULT SetHDRMetaData(
DXGI_HDR_METADATA_TYPE Type,
UINT Size,
void *pMetaData
);

enumeration: DXGI_HDR_METADATA_TYPE_HDR10PLUS

Thank you,
Jim DiNunzio
Samsung Research America

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,422 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaopo Yang - MSFT 11,336 Reputation points Microsoft Vendor
    2021-08-25T01:16:21.25+00:00

    Windows currently do not support HDR10+ after consulting.

    0 comments No comments