gl-0.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Raw.Extension.ARB.TimerQuery

Contents

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 :: (Num a, Eq a) => a Source

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