D3DKMT_QUERY_GPUMMU_CAPS structure (d3dkmthk.h)
The D3DKMT_QUERY_GPUMMU_CAPS structure describes the capabilities of the GPU MMU (memory management unit).
Syntax
typedef struct _D3DKMT_QUERY_GPUMMU_CAPS {
UINT PhysicalAdapterIndex;
D3DKMT_GPUMMU_CAPS Caps;
} D3DKMT_QUERY_GPUMMU_CAPS;
Members
PhysicalAdapterIndex
[in] The physical adapter index in the LDA (linked display adapter) chain.
Caps
[out] A D3DKMT_GPUMMU_CAPS structure that describes the capabilities of the GPU MMU.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 (WDDM 2.0) |
Header | d3dkmthk.h |