Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetKHRContextFlushControl :: MonadIO m => m Bool
- gl_KHR_context_flush_control :: Bool
- pattern GL_CONTEXT_RELEASE_BEHAVIOR :: GLenum
- pattern GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH :: GLenum
- pattern GL_NONE :: GLenum
Extension Support
glGetKHRContextFlushControl :: MonadIO m => m Bool Source
Is the KHR_context_flush_control extension supported?
gl_KHR_context_flush_control :: Bool Source
Is the KHR_context_flush_control extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetKHRContextFlushControl
in those cases instead.
Enums
pattern GL_CONTEXT_RELEASE_BEHAVIOR :: GLenum Source
pattern GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH :: GLenum Source