Mesh::RemoveMeshCacheItem

Mesh::RemoveMeshCacheItem
void RemoveMeshCacheItem(MeshCacheItem* p);
Description

RemoveMeshCacheItem removes the mesh data from the cache - A mesh can be killed by user-eviction inside of RemoveMeshCacheItem call.

Parameters
Parameters 
Description 
MeshCacheItem* p 
Pointer to the MeshCacheItem containing the mesh data.