D3DKMT_GET_GPUMMU_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_get_gpummu_caps)

_D3DKMT_GET_GPUMMU_CAPS structure

Description

Used to get GPU memory management capabilities.

Members

PhysicalAdapterIndex

The physical adapter index in the LDA (linked display adapter) chain.

GpuMmuCaps

The GPU memory management capabilities.

Remarks

See also