// d3dkmthk.h
typedef struct _D3DKMT_GET_GPUMMU_CAPS {
UINT PhysicalAdapterIndex;
DXGK_ESCAPE_GPUMMUCAPS GpuMmuCaps;
} D3DKMT_GET_GPUMMU_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Used to get GPU memory management capabilities.
PhysicalAdapterIndexThe physical adapter index in the LDA (linked display adapter) chain.
GpuMmuCapsThe GPU memory management capabilities.