gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.SGIX.Async

Contents

Synopsis

Extension Support

gl_SGIX_async :: Bool Source #

Checks that the GL_SGIX_async extension is available.

GL_SGIX_async

glFinishAsyncSGIX :: MonadIO m => Ptr GLuint -> m GLint Source #

Usage: glFinishAsyncSGIX markerp

The length of markerp should be 1.

glPollAsyncSGIX :: MonadIO m => Ptr GLuint -> m GLint Source #

Usage: glPollAsyncSGIX markerp

The length of markerp should be 1.

pattern GL_ASYNC_MARKER_SGIX :: forall a. (Num a, Eq a) => a Source #