// d3dkmddi.h
typedef struct _DXGK_HDR_METADATA {
D3DDDI_HDR_METADATA_TYPE Type;
UINT Size;
VOID *pMetaData;
} DXGK_HDR_METADATA;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about the HDR metadata.
TypeIndicates the type of the HDR metadata.
SizeIndicates the size of the HDR metadata.
pMetaDataPointer to the HDR metadata.