MeshCache::Initialize

MeshCache::Initialize
bool Initialize(HAL* phal);
Description

Initialize initializes MeshCache for operation, including allocation of the reserve buffer. This method is typically called from InitHAL.

Parameters
Parameters 
Description 
HAL* phal 
Pointer to the render HAL
Return Value

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