OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.EXT.TimerQuery
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Types
Description
All raw functions, tokens and type from the EXT_timer_query extension, see http://www.opengl.org/registry/specs/EXT/timer_query.txt.
Synopsis
glGetQueryObjecti64v :: GLuint -> GLenum -> Ptr GLint64 -> IO ()
glGetQueryObjectui64v :: GLuint -> GLenum -> Ptr GLuint64 -> IO ()
gl_TIME_ELAPSED :: GLenum
data GLint64
data GLuint64
Functions
glGetQueryObjecti64v :: GLuint -> GLenum -> Ptr GLint64 -> IO ()Source
glGetQueryObjectui64v :: GLuint -> GLenum -> Ptr GLuint64 -> IO ()Source
Tokens
gl_TIME_ELAPSED :: GLenumSource
Types
data GLint64 Source
show/hide Instances
data GLuint64 Source
show/hide Instances
Produced by Haddock version 2.4.2