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.
Kernel mode transfer (KMT) UMD (user mode driver) version.
Syntax
typedef enum _KMTUMDVERSION {
KMTUMDVERSION_DX9,
KMTUMDVERSION_DX10,
KMTUMDVERSION_DX11,
KMTUMDVERSION_DX12,
KMTUMDVERSION_DX12_WSA32,
KMTUMDVERSION_DX12_WSA64,
NUM_KMTUMDVERSIONS
} KMTUMDVERSION;
Constants
KMTUMDVERSION_DX9 DirectX 9. |
KMTUMDVERSION_DX10 DirectX 10. |
KMTUMDVERSION_DX11 DirectX 11. |
KMTUMDVERSION_DX12 DirectX 12. |
KMTUMDVERSION_DX12_WSA32 DirectX 12 Windows Subsystem for Android (32 bit). |
KMTUMDVERSION_DX12_WSA64 DirectX 12 Windows Subsystem for Android (64 bit). |
NUM_KMTUMDVERSIONS Maximum value of this enumeration. |
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |