OpenGLRaw-2.1.0.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.ARB.Sync

Contents

Description

The ARB_sync extension.

Synopsis

Enums

Functions

glClientWaitSync Source

Arguments

:: GLsync

sync of type sync.

-> GLbitfield

flags.

-> GLuint64

timeout.

-> IO GLenum 

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

glDeleteSync Source

Arguments

:: GLsync

sync of type sync.

-> IO () 

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

glFenceSync Source

Arguments

:: GLenum

condition.

-> GLbitfield

flags.

-> IO GLsync

of type sync.

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

glGetInteger64v Source

Arguments

:: GLenum

pname.

-> Ptr GLint64

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

-> IO () 

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

glGetSynciv Source

Arguments

:: GLsync

sync of type sync.

-> GLenum

pname.

-> GLsizei

bufSize.

-> Ptr GLsizei

length pointing to 1 elements of type GLsizei.

-> Ptr GLint

values pointing to bufSize elements of type GLint.

-> IO () 

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

glIsSync Source

Arguments

:: GLsync

sync of type sync.

-> IO GLboolean

of type Boolean.

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

glWaitSync Source

Arguments

:: GLsync

sync of type sync.

-> GLbitfield

flags.

-> GLuint64

timeout.

-> IO () 

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