void RemoveMeshCacheItem(MeshCacheItem* p);
RemoveMeshCacheItem removes the mesh data from the cache - A mesh can be killed by user-eviction inside of RemoveMeshCacheItem call.
Parameters |
Description |
MeshCacheItem* p |
Pointer to the MeshCacheItem containing the mesh data. |