Direct3D 12 Memory Allocator
Loading...
Searching...
No Matches
Public Attributes | List of all members
D3D12MA::VIRTUAL_ALLOCATION_INFO Struct Reference

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.
 

Detailed Description

Parameters of an existing virtual allocation, returned by VirtualBlock::GetAllocationInfo().

Member Data Documentation

◆ Offset

UINT64 D3D12MA::VIRTUAL_ALLOCATION_INFO::Offset

Offset of the allocation.

◆ pPrivateData

void* D3D12MA::VIRTUAL_ALLOCATION_INFO::pPrivateData

Custom pointer associated with the allocation.

Same value as passed in VIRTUAL_ALLOCATION_DESC::pPrivateData or VirtualBlock::SetAllocationPrivateData().

◆ Size

UINT64 D3D12MA::VIRTUAL_ALLOCATION_INFO::Size

Size of the allocation.

Same value as passed in VIRTUAL_ALLOCATION_DESC::Size.


The documentation for this struct was generated from the following file: