Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetSGIXAsync :: MonadIO m => m Bool
- gl_SGIX_async :: Bool
- pattern GL_ASYNC_MARKER_SGIX :: GLenum
- glAsyncMarkerSGIX :: MonadIO m => GLuint -> m ()
- glDeleteAsyncMarkersSGIX :: MonadIO m => GLuint -> GLsizei -> m ()
- glFinishAsyncSGIX :: MonadIO m => Ptr GLuint -> m GLint
- glGenAsyncMarkersSGIX :: MonadIO m => GLsizei -> m GLuint
- glIsAsyncMarkerSGIX :: MonadIO m => GLuint -> m GLboolean
- glPollAsyncSGIX :: MonadIO m => Ptr GLuint -> m GLint
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
pattern GL_ASYNC_MARKER_SGIX :: GLenum Source #