Evict evicts the mesh data item from the mesh/index caches and frees it. Returns the resulting free block size within the specified allocator.
Parameters |
Description |
Render::MeshCacheItem* p |
Pointer to the MeshCacheItem which is evicted from the caches. |
AllocAddr* pallocator = 0 |
The allocator used for mesh allocations. |
MeshBase* pmesh = 0 |
Pointer to MeshBase for obtaining the mesh. |
A Boolean value of true if the mesh cache items are evicted and false otherwise.