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

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

Graphics.Rendering.OpenGL.Raw.ARB.TimerQuery

Contents

Description

All raw functions, tokens and types from the ARB_timer_query, see http://www.opengl.org/registry/specs/ARB/timer_query.txt.

Synopsis

Functions

glQueryCounter Source

Arguments

:: GLuint

id.

-> GLenum

target.

-> IO () 

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

glGetQueryObjecti64v Source

Arguments

:: GLuint

id.

-> GLenum

pname.

-> Ptr GLint64

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

-> IO () 

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

glGetQueryObjectui64v Source

Arguments

:: GLuint

id.

-> GLenum

pname.

-> Ptr GLuint64

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

-> IO () 

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

Tokens