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

Portabilityportable
Stabilitystable
MaintainerSven Panne <svenpanne@gmail.com>
Safe HaskellNone

Graphics.Rendering.OpenGL.Raw.EXT.TimerQuery

Contents

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

Functions

Tokens

Types

type GLint64 = Int64Source

64bit signed two's complement binary integer (introduced in OpenGL 3.2).

type GLuint64 = Word64Source

64bit unsigned binary integer (introduced in OpenGL 3.2).