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

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

Graphics.GL.SGIX.Async

Contents

Description

 

Synopsis

Extension Support

glGetSGIXAsync :: MonadIO m => m Bool Source #

Is the SGIX_async extension supported?

gl_SGIX_async :: Bool Source #

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

Enums

Functions

glAsyncMarkerSGIX Source #

Arguments

:: MonadIO m 
=> GLuint

marker.

-> m () 

glDeleteAsyncMarkersSGIX Source #

Arguments

:: MonadIO m 
=> GLuint

marker.

-> GLsizei

range.

-> m () 

glFinishAsyncSGIX Source #

Arguments

:: MonadIO m 
=> Ptr GLuint

markerp pointing to 1 element of type GLuint.

-> m GLint 

glGenAsyncMarkersSGIX Source #

Arguments

:: MonadIO m 
=> GLsizei

range.

-> m GLuint 

glIsAsyncMarkerSGIX Source #

Arguments

:: MonadIO m 
=> GLuint

marker.

-> m GLboolean

of type Boolean.

glPollAsyncSGIX Source #

Arguments

:: MonadIO m 
=> Ptr GLuint

markerp pointing to 1 element of type GLuint.

-> m GLint