RQCacheInterface::SetCache

RQCacheInterface::SetCache
void SetCache(CacheType type, CacheBase* cache);
Description

SetCache sets the caches that are required for RenderQueue.

Parameters
Parameters 
Description 
CacheType type 
The type of the cache (mesh, glyph) that is set. 
CacheBase* cache 
Pointer to the cache base.