module Graphics.Rendering.OpenGL.Raw.AMD.PerformanceMonitor (
gl_COUNTER_RANGE_AMD,
gl_COUNTER_TYPE_AMD,
gl_PERCENTAGE_AMD,
gl_PERFMON_RESULT_AMD,
gl_PERFMON_RESULT_AVAILABLE_AMD,
gl_PERFMON_RESULT_SIZE_AMD,
gl_UNSIGNED_INT64_AMD,
glBeginPerfMonitorAMD,
glDeletePerfMonitorsAMD,
glEndPerfMonitorAMD,
glGenPerfMonitorsAMD,
glGetPerfMonitorCounterDataAMD,
glGetPerfMonitorCounterInfoAMD,
glGetPerfMonitorCounterStringAMD,
glGetPerfMonitorCountersAMD,
glGetPerfMonitorGroupStringAMD,
glGetPerfMonitorGroupsAMD,
glSelectPerfMonitorCountersAMD
) where
import Graphics.Rendering.OpenGL.Raw.Tokens
import Graphics.Rendering.OpenGL.Raw.Functions