#ifndef ATI_GET_GROUP_AND_COUNTER_LIST_H #define ATI_GET_GROUP_AND_COUNTER_LIST_H #include "ati_counter_info.h" /* * Code from * http://www.opengl.org/registry/specs/AMD/performance_monitor.txt */ void ati_get_group_and_counter_list (GLuint ** groupsList, int *numGroups, ATI_Counter_Info ** counterInfo); #endif // ATI_GET_GROUP_AND_COUNTER_LIST_H