DXGK_TARGET_GAMMA_CAPS_VERSION - NtDoc

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

typedef enum _DXGK_TARGET_GAMMA_CAPS_VERSION {
  DXGK_TARGET_GAMMA_CAPS_VERSION_DEFALUT,
  DXGK_TARGET_GAMMA_CAPS_VERSION_1,
  DXGK_TARGET_GAMMA_CAPS_VERSION_NOT_SUPPORTED
} DXGK_TARGET_GAMMA_CAPS_VERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGK_TARGET_GAMMA_CAPS_VERSION enumeration

Description

The kernel mode display driver target gamma capabilities version.

Constants

DXGK_TARGET_GAMMA_CAPS_VERSION_DEFALUT

Default.

DXGK_TARGET_GAMMA_CAPS_VERSION_1

Version 1.

DXGK_TARGET_GAMMA_CAPS_VERSION_NOT_SUPPORTED

Version is not supported.

Remarks

See also