DXGK_DISPLAY_USAGE - NtDoc

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

typedef enum _DXGK_DISPLAY_USAGE {
  DXGK_DU_INVALID = 0,
  DXGK_DU_GENERIC = 1,
  DXGK_DU_AR = 2,
  DXGK_DU_VR = 3,
  DXGK_DU_MEDICAL_IMAGING = 4,
  DXGK_DU_ACCESSORY = 5,
  DXGK_DU_MAX
} DXGK_DISPLAY_USAGE, *PDXGK_DISPLAY_USAGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmdt-_dxgk_display_usage)

DXGK_DISPLAY_USAGE enumeration

Description

Enum used to specify the manufacturer's intended usage of the display.

Constants

DXGK_DU_INVALID:0

Invalid usage.

DXGK_DU_GENERIC:1

Generic display type.

DXGK_DU_AR:2

A head mounted augmented reality display.

DXGK_DU_VR:3

A head mounted virtual reality display.

DXGK_DU_MEDICAL_IMAGING:4

Medical imaging.

DXGK_DU_ACCESSORY:5

Accessory.

DXGK_DU_MAX

Maximum value allowed for this enumeration.