OpenGLRaw-3.2.5.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2016
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.ARB.TimerQuery

Contents

Description

 

Synopsis

Extension Support

glGetARBTimerQuery :: MonadIO m => m Bool #

Is the ARB_timer_query extension supported?

gl_ARB_timer_query :: Bool #

Is the ARB_timer_query extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetARBTimerQuery in those cases instead.

Enums

pattern GL_TIMESTAMP :: GLenum #

Functions

glGetQueryObjecti64v #

Arguments

:: MonadIO m 
=> GLuint

id.

-> GLenum

pname.

-> Ptr GLint64

params pointing to COMPSIZE(pname) elements of type GLint64.

-> m () 

Manual pages for OpenGL 3.x or OpenGL 4.x.

glGetQueryObjectui64v #

Arguments

:: MonadIO m 
=> GLuint

id.

-> GLenum

pname.

-> Ptr GLuint64

params pointing to COMPSIZE(pname) elements of type GLuint64.

-> m () 

Manual pages for OpenGL 3.x or OpenGL 4.x.

glQueryCounter #

Arguments

:: MonadIO m 
=> GLuint

id.

-> GLenum

target.

-> m () 

Manual pages for OpenGL 3.x or OpenGL 4.x.