gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.SGIX.Async

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 :: (Eq a, Num a) => a Source #