SimpleMeshBuffer(UPInt size, AllocType type, unsigned arena);
SimpleMeshBuffer constructor.
|
Parameters |
Description |
|
UPInt size |
The size of the buffer to allocate. |
|
AllocType type |
The type of the mesh allocation, such as direct, reserve or chunk etc. |
|
unsigned arena |
The id of the memory arena used for the allocation. |