| Linderdaum Engine: clGLQuery Class Reference | ![]() |
#include <GLQuery.h>
Public Member Functions | |
| clGLQuery () | |
| virtual | ~clGLQuery () |
| virtual void | AfterConstruction () |
| virtual void | BeginQuery (LQueryType QueryType) |
| virtual void | EndQuery () |
| virtual Luint64 | GetQuery () const |
| virtual bool | IsAvailable () const |
Private Attributes | |
| Luint | FQuery |
| Lenum | FType |
| clGLQuery::clGLQuery | ( | ) |
| clGLQuery::~clGLQuery | ( | ) | [virtual] |
| void clGLQuery::AfterConstruction | ( | ) | [virtual] |
Reimplemented from iObject.
| void clGLQuery::BeginQuery | ( | LQueryType | QueryType | ) | [virtual] |
Implements iQuery.
| void clGLQuery::EndQuery | ( | ) | [virtual] |
Implements iQuery.
| bool clGLQuery::IsAvailable | ( | ) | const [virtual] |
Implements iQuery.
Luint clGLQuery::FQuery [private] |
Lenum clGLQuery::FType [private] |