DXGK_GAMMA_DATA_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef enum _DXGK_GAMMA_DATA_TYPE {
  DXGK_GAMMA_DATA_TYPE_FIXED_POINT,
  DXGK_GAMMA_DATA_TYPE_FLOAT
} DXGK_GAMMA_DATA_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-dxgk_gamma_data_type)

DXGK_GAMMA_DATA_TYPE enumeration

Description

Describes the gamma data type.

Constants

DXGK_GAMMA_DATA_TYPE_FIXED_POINT

Fixed point.

DXGK_GAMMA_DATA_TYPE_FLOAT

Float.

Remarks

See also