Diligent Engine
 
Loading...
Searching...
No Matches
EngineMemory.h File Reference
#include "MemoryAllocator.h"

Functions

void SetRawAllocator (IMemoryAllocator *pRawAllocator)
 
IMemoryAllocator & GetRawAllocator ()
 Returns raw memory allocator.
 

Detailed Description

Implementation of the Diligent::BufferBase template class

Function Documentation

◆ SetRawAllocator()

void SetRawAllocator ( IMemoryAllocator * pRawAllocator)

Sets raw memory allocator. This function must be called before any memory allocation/deallocation function is called.