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