|
D3D12 Memory Allocator
|
Parameters of an existing virtual allocation, returned by VirtualBlock::GetAllocationInfo(). More...
#include <D3D12MemAlloc.h>
Public Attributes | |
| UINT64 | Offset |
| Offset of the allocation. | |
| UINT64 | Size |
| Size of the allocation. | |
| void * | pPrivateData |
| Custom pointer associated with the allocation. | |
Parameters of an existing virtual allocation, returned by VirtualBlock::GetAllocationInfo().
| UINT64 D3D12MA::VIRTUAL_ALLOCATION_INFO::Offset |
Offset of the allocation.
| void* D3D12MA::VIRTUAL_ALLOCATION_INFO::pPrivateData |
Custom pointer associated with the allocation.
Same value as passed in VIRTUAL_ALLOCATION_DESC::pPrivateData or VirtualBlock::SetAllocationPrivateData().
| UINT64 D3D12MA::VIRTUAL_ALLOCATION_INFO::Size |
Size of the allocation.
Same value as passed in VIRTUAL_ALLOCATION_DESC::Size.