OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::AMD_performance_monitor Class Reference

Wrapper for the AMD_performance_monitor extension. More...

#include </home/chochlik/devel/oglplus/include/oglplus/ext/AMD_performance_monitor.hpp>

Public Member Functions

void GetGroups (std::vector< PerfMonitorAMDGroup > &groups) const
 Queries the available performance counters groups. More...
 
std::vector< PerfMonitorAMDGroupGetGroups (void) const
 Returns the available performance counter groups. More...
 

Detailed Description

Wrapper for the AMD_performance_monitor extension.

Related OpenGL symbols:
GL_AMD_performance_monitor
Examples:
standalone/002_amd_perf_monitor.cpp.

Member Function Documentation

void oglplus::AMD_performance_monitor::GetGroups ( std::vector< PerfMonitorAMDGroup > &  groups) const

Queries the available performance counters groups.

Related OpenGL symbols:
glGetPerfMonitorGroupsAMD
Examples:
standalone/002_amd_perf_monitor.cpp.
std::vector<PerfMonitorAMDGroup> oglplus::AMD_performance_monitor::GetGroups ( void  ) const

Returns the available performance counter groups.

Related OpenGL symbols:
glGetPerfMonitorGroupsAMD

The documentation for this class was generated from the following file:

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).