bool Initialize(MemoryHeap* pheap, UPInt size);
Initialize initializes the buffer for cached meshes.
Parameters |
Description |
MemoryHeap* pheap |
Pointer to the memory heap used for mesh allocation. |
UPInt size |
The size of the memory heap. |
A Boolean value of true if the mesh buffer is initialized and false otherwise.