Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetEXTX11SyncObject :: MonadIO m => m Bool
- gl_EXT_x11_sync_object :: Bool
- pattern GL_SYNC_X11_FENCE_EXT :: GLenum
- glImportSyncEXT :: MonadIO m => GLenum -> GLintptr -> GLbitfield -> m GLsync
Extension Support
glGetEXTX11SyncObject :: MonadIO m => m Bool Source #
Is the EXT_x11_sync_object extension supported?
gl_EXT_x11_sync_object :: Bool Source #
Is the EXT_x11_sync_object extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTX11SyncObject
in those cases instead.
Enums
pattern GL_SYNC_X11_FENCE_EXT :: GLenum Source #
Functions
:: MonadIO m | |
=> GLenum |
|
-> GLintptr |
|
-> GLbitfield |
|
-> m GLsync | of type |