Wrapper for performance counter result. More...
#include </home/chochlik/devel/oglplus/include/oglplus/ext/AMD_performance_monitor.hpp>
Public Member Functions | |
| PerfMonitorAMDCounter | Counter (void) const |
| Returns the counter that this is a result of. | |
| GLuint | Low (void) const |
| Returns the low dword of the result. | |
| GLuint | High (void) const |
| Returns the high dword of the result. | |
| GLfloat | Float (void) const |
| Returns the floating-point value of the result. | |
Wrapper for performance counter result.