DXGK_HDR_METADATA structure (d3dkmddi.h)

Contains information about the HDR metadata.

Syntax

typedef struct _DXGK_HDR_METADATA {
  D3DDDI_HDR_METADATA_TYPE Type;
  UINT                     Size;
  VOID                     *pMetaData;
} DXGK_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.

Requirements

Requirement Value
Header d3dkmddi.h