D3DKMT_QUERY_GPUMMU_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_QUERY_GPUMMU_CAPS {
  UINT               PhysicalAdapterIndex;
  D3DKMT_GPUMMU_CAPS Caps;
} D3DKMT_QUERY_GPUMMU_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_QUERY_GPUMMU_CAPS structure

Description

The D3DKMT_QUERY_GPUMMU_CAPS structure describes the capabilities of the GPU MMU (memory management unit).

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.

See also

D3DKMTQueryAdapterInfo