Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. glDrawTransformFeedbackStreamInstanced :: MonadIO m => GLenum -> GLuint -> GLuint -> GLsizei -> m ()

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Manual page for OpenGL 4.x.

  2. glGetARBTransformFeedbackInstanced :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Is the ARB_transform_feedback_instanced extension supported?

  3. gl_ARB_transform_feedback_instanced :: Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Is the ARB_transform_feedback_instanced extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetARBTransformFeedbackInstanced in those cases instead.

  4. module Graphics.GL.ARB.TransformFeedbackOverflowQuery

    No documentation available.

  5. pattern GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackOverflowQuery

    No documentation available.

  6. pattern GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackOverflowQuery

    No documentation available.

  7. glGetARBTransformFeedbackOverflowQuery :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackOverflowQuery

    Is the ARB_transform_feedback_overflow_query extension supported?

  8. gl_ARB_transform_feedback_overflow_query :: Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackOverflowQuery

    Is the ARB_transform_feedback_overflow_query extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetARBTransformFeedbackOverflowQuery in those cases instead.

  9. module Graphics.GL.ARB.UniformBufferObject

    No documentation available.

  10. pattern GL_ACTIVE_UNIFORM_BLOCKS :: GLenum

    OpenGLRaw Graphics.GL.ARB.UniformBufferObject

    No documentation available.

Page 769 of many | Previous | Next