#include <GLInfo.h>
Static Public Member Functions | |
| static unsigned int | getNoTriangles () |
| static void | addNoTriangles (unsigned int count) |
| static void | resetNoTriangles () |
Static Protected Attributes | |
| static unsigned int | noTriangles_ = 0 |
Private Member Functions | |
| GLInfo () | |
| virtual | ~GLInfo () |
Definition at line 24 of file GLInfo.h.
| GLInfo::GLInfo | ( | ) | [private] |
Definition at line 25 of file GLInfo.cpp.
| GLInfo::~GLInfo | ( | ) | [private, virtual] |
Definition at line 29 of file GLInfo.cpp.
| static unsigned int GLInfo::getNoTriangles | ( | ) | [inline, static] |
| static void GLInfo::addNoTriangles | ( | unsigned int | count | ) | [inline, static] |
Definition at line 31 of file GLInfo.h.
References noTriangles_.
Referenced by Water2Patch::draw(), SkyRoof::draw(), LargeHemisphere::draw(), LandVisibilityPatch::draw(), LandSurround::draw(), WaterWaves::drawBoxes(), LargeHemisphere::drawColored(), ModelRendererTree::drawInternal(), ModelRendererMesh::drawMesh(), ModelRendererMesh::drawVerts(), and ParticleRendererQuads::renderParticle().
| static void GLInfo::resetNoTriangles | ( | ) | [inline, static] |
unsigned int GLInfo::noTriangles_ = 0 [static, protected] |
Definition at line 41 of file GLInfo.h.
Referenced by addNoTriangles(), getNoTriangles(), and resetNoTriangles().
1.5.3