summaryrefslogtreecommitdiffstats
path: root/src/util/amd_performance_monitor/ati_counter_info.h (plain)
blob: 36fdfdcef87856eb0c4555508ec3b7b412c0295f
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ATI_COUNTER_INFO_H
#define ATI_COUNTER_INFO_H

#include <GL/glut.h>

typedef struct
{
  GLuint *counterList;
  int numCounters;
  int maxActiveCounters;
} ATI_Counter_Info;

#endif // ATI_COUNTER_INFO_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.