Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enum used to specify the display technology being used.
Syntax
typedef enum _DXGK_DISPLAY_TECHNOLOGY {
DXGK_DT_INVALID = 0,
DXGK_DT_OTHER = 1,
DXGK_DT_LCD = 2,
DXGK_DT_OLED = 3,
DXGK_DT_PROJECTOR = 4,
DXGK_DT_MAX = 5
} DXGK_DISPLAY_TECHNOLOGY, *PDXGK_DISPLAY_TECHNOLOGY;
Constants
DXGK_DT_INVALID Value: 0 Invalid display technology type. |
DXGK_DT_OTHER Value: 1 A display technology which does not match one of the defined, valid types. |
DXGK_DT_LCD Value: 2 A display using an LCD panel. |
DXGK_DT_OLED Value: 3 A display using an OLED panel. |
DXGK_DT_PROJECTOR Value: 4 The display is a projector. |
DXGK_DT_MAX Value: 5 Maximum allowed value of this enumeration. |
Requirements
Requirement | Value |
---|---|
Header | d3dkmdt.h |