gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.TimerQuery

Synopsis

Extension Support

gl_ARB_timer_query :: Bool Source #

Checks that the GL_ARB_timer_query extension is available.

GL_ARB_timer_query

glGetQueryObjecti64v :: MonadIO m => GLuint -> GLenum -> Ptr GLint64 -> m () Source #

Usage: glGetQueryObjecti64v id pname params

The length of params should be COMPSIZE(pname).

glGetQueryObjectui64v :: MonadIO m => GLuint -> GLenum -> Ptr GLuint64 -> m () Source #

Usage: glGetQueryObjectui64v id pname params

The length of params should be COMPSIZE(pname).

pattern GL_TIMESTAMP :: (Eq a, Num a) => a Source #

pattern GL_TIME_ELAPSED :: (Eq a, Num a) => a Source #