MeshCache::MeshCache

MeshCache::MeshCache
MeshCache(MemoryHeap* pheap, const MeshCacheParams& params, RenderSync* rsync);
Description

MeshCache constructor.

Parameters
Parameters 
Description 
MemoryHeap* pheap 
Pointer to the MemoryHeap for mesh cache allocations. 
const MeshCacheParams& params 
Pointer to the MeshCacheParams for cache allocation size. 
RenderSync* rsync 
The RenderSync object, used for synchronizing the Metal CPU and GPU.