|
D3D12 Memory Allocator
|
Custom callbacks to CPU memory allocation functions. More...
#include <D3D12MemAlloc.h>
Public Attributes | |
| ALLOCATE_FUNC_PTR | pAllocate |
| Allocation function. | |
| FREE_FUNC_PTR | pFree |
| Dellocation function. | |
| void * | pPrivateData |
| Custom data that will be passed to allocation and deallocation functions as pUserData parameter. | |
Custom callbacks to CPU memory allocation functions.
| ALLOCATE_FUNC_PTR D3D12MA::ALLOCATION_CALLBACKS::pAllocate |
Allocation function.
| FREE_FUNC_PTR D3D12MA::ALLOCATION_CALLBACKS::pFree |
Dellocation function.
| void* D3D12MA::ALLOCATION_CALLBACKS::pPrivateData |
Custom data that will be passed to allocation and deallocation functions as pUserData parameter.