Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |