D3DKMT_DRIVERVERSION enumeration (d3dkmthk.h)
The D3DKMT_DRIVERVERSION enumeration type contains values that indicate the version of the display driver model that the display miniport driver supports.
Syntax
typedef enum _QAI_DRIVERVERSION {
KMT_DRIVERVERSION_WDDM_1_0,
KMT_DRIVERVERSION_WDDM_1_1_PRERELEASE,
KMT_DRIVERVERSION_WDDM_1_1,
KMT_DRIVERVERSION_WDDM_1_2,
KMT_DRIVERVERSION_WDDM_1_3,
KMT_DRIVERVERSION_WDDM_2_0,
KMT_DRIVERVERSION_WDDM_2_1,
KMT_DRIVERVERSION_WDDM_2_2,
KMT_DRIVERVERSION_WDDM_2_3,
KMT_DRIVERVERSION_WDDM_2_4,
KMT_DRIVERVERSION_WDDM_2_5,
KMT_DRIVERVERSION_WDDM_2_6,
KMT_DRIVERVERSION_WDDM_2_7,
KMT_DRIVERVERSION_WDDM_2_8,
KMT_DRIVERVERSION_WDDM_2_9,
KMT_DRIVERVERSION_WDDM_3_0,
KMT_DRIVERVERSION_WDDM_3_1
} D3DKMT_DRIVERVERSION;
Constants
KMT_DRIVERVERSION_WDDM_1_0The display miniport driver supports the Windows Vista display driver model (WDDM) without Windows 7 features. |
KMT_DRIVERVERSION_WDDM_1_1_PRERELEASEThe display miniport driver supports the Windows Vista display driver model with prereleased Windows 7 features. |
KMT_DRIVERVERSION_WDDM_1_1The display miniport driver supports the Windows Vista display driver model with released Windows 7 features. |
KMT_DRIVERVERSION_WDDM_1_2The display miniport driver supports the Windows Vista display driver model with released Windows 8 features. |
KMT_DRIVERVERSION_WDDM_1_3The display miniport driver supports the Windows display driver model with released Windows 8.1 features. |
KMT_DRIVERVERSION_WDDM_2_0The display miniport driver supports the Windows display driver model with released Windows 10 features. |
KMT_DRIVERVERSION_WDDM_2_1The display miniport driver supports the Windows display driver model with released Windows 10, version 1607 features. |
KMT_DRIVERVERSION_WDDM_2_2The display miniport driver supports the Windows display driver model with released Windows 10, version 1703 features. |
KMT_DRIVERVERSION_WDDM_2_3The display miniport driver supports the Windows display driver model with released Windows 10, version 1709 features. |
KMT_DRIVERVERSION_WDDM_2_4The display miniport driver supports the Windows display driver model with released Windows 10, version 1803 features. |
KMT_DRIVERVERSION_WDDM_2_5The display miniport driver supports the Windows display driver model with released Windows 10, version 1809 features. |
KMT_DRIVERVERSION_WDDM_2_6The display miniport driver supports the Windows display driver model with released Windows 10, version 1903 features. |
KMT_DRIVERVERSION_WDDM_2_7The display miniport driver supports the Windows display driver model with released Windows 10, version 2004 features. |
KMT_DRIVERVERSION_WDDM_2_8The display miniport driver supports the Windows display driver model with released Windows 10, version 2004 features. |
KMT_DRIVERVERSION_WDDM_2_9The display miniport driver supports the Windows display driver model with released Windows Server 2022 features. |
KMT_DRIVERVERSION_WDDM_3_0The display miniport driver supports the Windows display driver model with released Windows 11, version 21H2 features. |
Remarks
The D3DKMTQueryAdapterInfo returns a D3DKMT_DRIVERVERSION value in a variable that the pPrivateDriverData member of the D3DKMT_QUERYADAPTERINFO structure points to when the OpenGL installable client driver (ICD) sets the Type member of D3DKMT_QUERYADAPTERINFO to KMTQAITYPE_DRIVERVERSION.
Requirements
| Minimum supported client | Windows 7 |
| Header | d3dkmthk.h (include D3dkmthk.h) |
See also
Feedback
Submit and view feedback for