D3D12DDI_HEAP_AND_RESOURCE_SIZES - NtDoc

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

typedef struct D3D12DDI_HEAP_AND_RESOURCE_SIZES {
  SIZE_T Heap;
  SIZE_T Resource;
} D3D12DDI_HEAP_AND_RESOURCE_SIZES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

D3D12DDI_HEAP_AND_RESOURCE_SIZES specifies the sizes of a private heap and resource.

Members

Heap

Number of bytes required to allocate the heap described in a call to a driver's PFND3D12DDI_CALCPRIVATEHEAPANDRESOURCESIZES_0088* callback function.

Resource

Number of bytes required to allocate the heap described in a call to a driver's PFND3D12DDI_CALCPRIVATEHEAPANDRESOURCESIZES_0088* callback function.