// 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 referenceNo description available.
Defines the memory architecture capabilities.
UMAThe Unified Memory Architecture (UMA).
IOCoherentThis field indicates that the memory page is I/O coherent.
CacheCoherentWhen set, this field indicates that the memory page is cache coherent.
HeapSerializationTierSpecifies the heap serialization tier.
ResourceSerializationTierSpecifies the resource serialization tier.