bool IsCached(MeshBase* pmesh);
IsCached determines whether the mesh is in the MeshStagingBuffer.
Parameters |
Description |
MeshBase* pmesh |
Pointer to the MeshBase for obtaining the mesh. |
A Boolean value of true if the mesh is in MeshStagingBuffer and false otherwise.