SimpleMeshCache(MemoryHeap* pheap, const MeshCacheParams& params, RenderSync* psync, UInt32 cacheFlags = 0);
SimpleMeshCache constructor.
|
Parameters |
Description |
|
MemoryHeap* pheap |
Memory heap for mesh cache allocation. |
|
const MeshCacheParams& params |
Parameters for mesh cache creation. |
|
RenderSync* psync |
RenderSync for fencing to synchronize mesh cache rendering. |
|
UInt32 cacheFlags = 0 |
_nt_ |