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