Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Enum used to specify the manufacturer's intended usage of the display.
Syntax
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;
Constants
DXGK_DU_INVALIDValue: 0 Invalid usage. |
DXGK_DU_GENERICValue: 1 Generic display type. |
DXGK_DU_ARValue: 2 A head mounted augmented reality display. |
DXGK_DU_VRValue: 3 A head mounted virtual reality display. |
DXGK_DU_MEDICAL_IMAGINGValue: 4 Medical imaging. |
DXGK_DU_ACCESSORYValue: 5 Accessory. |
DXGK_DU_MAXMaximum value allowed for this enumeration. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3dkmdt.h |