void RemoveMeshCacheItem(MeshCacheItem* p);
RemoveMeshCacheItem removes the MeshCacheItem containing the tessellated data (Vertex/Index buffer descriptor).
Parameters |
Description |
MeshCacheItem* p |
Pointer to the MeshCacheItem containing the tessellated data. |