MeshCache::MeshCache

MeshCache::MeshCache
MeshCache(const VulkanContext& context, MemoryHeap* pheap, const MeshCacheParams& params);
Description

MeshCache constructor.

Parameters
Parameters 
Description 
const VulkanContext& context 
The Vulkan context. 
MemoryHeap* pheap 
Pointer to the MemoryHeap for mesh cache allocations. 
const MeshCacheParams& params 
Pointer to the MeshCacheParams for cache allocation size.