MeshCache::Initialize

MeshCache::Initialize
bool Initialize(RenderSync* rsync, ShaderManager* psm);
Description

Initialize MeshCache for operation, including allocating of the reserve buffer.

Parameters
Parameters 
Description 
RenderSync* rsync 
The RenderSync object, used for synchronizing the Vulkan CPU and GPU. 
ShaderManager* psm 
Return Value

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