DXGK_HDR_METADATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_hdr_metadata)

_DXGK_HDR_METADATA structure

Description

Contains information about the HDR metadata.

Members

Type

Indicates the type of the HDR metadata.

Size

Indicates the size of the HDR metadata.

pMetaData

Pointer to the HDR metadata.