DXGK_STANDARD_COLORIMETRY_FLAGS union (d3dkmddi.h)

Flags describing standard colorimetry and related support.

Syntax

typedef union _DXGK_STANDARD_COLORIMETRY_FLAGS {
  struct {
    UINT BT2020YCC : 1;
    UINT BT2020RGB : 1;
    UINT ST2084 : 1;
    UINT Reserved : 29;
  };
  ULONG  Value;
} DXGK_STANDARD_COLORIMETRY_FLAGS, *PDXGK_STANDARD_COLORIMETRY_FLAGS;

Members

BT2020YCC

Flag which indicates device support for the color space defined by BT.2020 using a YCC signal format.

BT2020RGB

Flag which indicates device support for the color space defined by BT.2020 using an RGB signal format.

ST2084

Flag which indicates device support for the ST.2084 EOTF.

Reserved

This value is reserved for system use.

Value

The combined value that is operated on.

Requirements

Requirement Value
Header d3dkmddi.h