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