bool Initialize(HAL* phal);
Initialize initializes MeshCache for operation, including allocation of the reserve buffer. This method is typically called from InitHAL.
Parameters |
Description |
HAL* phal |
Pointer to the render HAL. |
A Boolean value of true if the mesh cache is initialized successfully and false otherwise.