MeshStagingBuffer::Initialize

MeshStagingBuffer::Initialize
bool Initialize(MemoryHeap* pheap, UPInt size);
Description

Initialize initializes the buffer for cached meshes.

Parameters
Parameters 
Description 
MemoryHeap* pheap 
Pointer to the memory heap used for mesh allocation. 
UPInt size 
The size of the memory heap. 
Return Value

A Boolean value of true if the mesh buffer is initialized and false otherwise.