Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
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

◆ 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: