D3D12DDI_MEMORY_ARCHITECTURE_CAPS_0041 - NtDoc

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

typedef struct D3D12DDI_MEMORY_ARCHITECTURE_CAPS_0041 {
  BOOL                                      UMA;
  BOOL                                      IOCoherent;
  BOOL                                      CacheCoherent;
  D3D12DDI_HEAP_SERIALIZATION_TIER_0041     HeapSerializationTier;
  D3D12DDI_RESOURCE_SERIALIZATION_TIER_0041 ResourceSerializationTier;
} D3D12DDI_MEMORY_ARCHITECTURE_CAPS_0041;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_memory_architecture_caps_0041)

D3D12DDI_MEMORY_ARCHITECTURE_CAPS_0041 structure

Description

Defines the memory architecture capabilities.

Members

UMA

The Unified Memory Architecture (UMA).

IOCoherent

This field indicates that the memory page is I/O coherent.

CacheCoherent

When set, this field indicates that the memory page is cache coherent.

HeapSerializationTier

Specifies the heap serialization tier.

ResourceSerializationTier

Specifies the resource serialization tier.