summaryrefslogtreecommitdiffstats
path: root/src/util/amd_performance_monitor/ati_get_group_and_counter_list.h (plain)
blob: e30096e62829fb440243bc2b9e613941e921a647
1
2
3
4
5
6
7
8
9
10
11
12
13
#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

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.