Diligent Engine  v.2.4.g
Namespaces | Functions
EngineMemory.cpp File Reference
#include "EngineMemory.h"
#include "DefaultRawMemoryAllocator.hpp"
#include "Errors.hpp"

Namespaces

 Diligent
 The library uses Direct3D-style math:
 

Functions

void Diligent::SetRawAllocator (IMemoryAllocator *pRawAllocator)
 Sets raw memory allocator. This function must be called before any memory allocation/deallocation function is called. More...
 
IMemoryAllocator & Diligent::GetRawAllocator ()
 Returns raw memory allocator. More...
 
IMemoryAllocator & Diligent::GetStringAllocator ()