Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetEXTSemaphoreFd :: MonadIO m => m Bool
- gl_EXT_semaphore_fd :: Bool
- pattern GL_HANDLE_TYPE_OPAQUE_FD_EXT :: GLenum
- glImportSemaphoreFdEXT :: MonadIO m => GLuint -> GLenum -> GLint -> m ()
Extension Support
glGetEXTSemaphoreFd :: MonadIO m => m Bool Source #
Is the EXT_semaphore_fd extension supported?
gl_EXT_semaphore_fd :: Bool Source #
Is the EXT_semaphore_fd extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTSemaphoreFd
in those cases instead.
Enums
pattern GL_HANDLE_TYPE_OPAQUE_FD_EXT :: GLenum Source #
Functions
glImportSemaphoreFdEXT Source #
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLint |
|
-> m () |