DXGK_MEMORY_CACHING_TYPE - NtDoc

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

typedef enum _DXGK_MEMORY_CACHING_TYPE {
  DXGK_MEMORY_CACHING_TYPE_NON_CACHED,
  DXGK_MEMORY_CACHING_TYPE_CACHED,
  DXGK_MEMORY_CACHING_TYPE_WRITE_COMBINED
} DXGK_MEMORY_CACHING_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_memory_caching_type)

DXGK_MEMORY_CACHING_TYPE enumeration

Description

DXGK_MEMORY_CACHING_TYPE describes the memory caching types during allocation.

Constants

DXGK_MEMORY_CACHING_TYPE_NON_CACHED

The memory is not cached.

DXGK_MEMORY_CACHING_TYPE_CACHED

The memory is cached.

DXGK_MEMORY_CACHING_TYPE_WRITE_COMBINED

The memory caching type is write combined.

Remarks

See IOMMU-based GPU isolation for more information.

See also

DXGKARGCB_ALLOCATECONTIGUOUSMEMORY