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

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

Graphics.Rendering.OpenGL.Raw.EXT.TimerQuery

Contents

Description

 

Synopsis

Extension Support

glGetEXTTimerQuery :: MonadIO m => m Bool Source

Is the EXT_timer_query extension supported?

gl_EXT_timer_query :: Bool Source

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

Enums

Functions

glGetQueryObjecti64vEXT Source

Arguments

:: MonadIO m 
=> GLuint

id.

-> GLenum

pname.

-> Ptr GLint64

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

-> m () 

This command is an alias for glGetQueryObjecti64v.

glGetQueryObjectui64vEXT Source

Arguments

:: MonadIO m 
=> GLuint

id.

-> GLenum

pname.

-> Ptr GLuint64

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

-> m () 

This command is an alias for glGetQueryObjectui64v.