![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Vertex cache profiler. More...
#include <OgreVertexIndexData.h>
Inheritance diagram for Ogre::VertexCacheProfiler:Public Member Functions | |
| VertexCacheProfiler (unsigned int cachesize=16) | |
| ~VertexCacheProfiler () | |
| void | flush () |
| unsigned int | getHits () |
| unsigned int | getMisses () |
| unsigned int | getSize () |
| void | profile (const HardwareIndexBufferSharedPtr &indexBuffer) |
| void | reset () |
Vertex cache profiler.
|
inline |
| void Ogre::VertexCacheProfiler::profile | ( | const HardwareIndexBufferSharedPtr & | indexBuffer | ) |
|
inline |
|
inline |