Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
D3D12DDI_HEAP_AND_RESOURCE_SIZES specifies the sizes of a private heap and resource.
Syntax
typedef struct D3D12DDI_HEAP_AND_RESOURCE_SIZES {
SIZE_T Heap;
SIZE_T Resource;
} D3D12DDI_HEAP_AND_RESOURCE_SIZES;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h |