OpenGLRaw-1.5.0.1: 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.Sync

Contents

Description

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

Synopsis

Functions

Tokens

Types

type GLint64 = Int64 Source

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

type GLuint64 = Word64 Source

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

type GLsync = Ptr () Source

Pointer-sized sync object handle (introduced in OpenGL 3.2).