Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. glGetARBTransformFeedback3 :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedback3

    Is the ARB_transform_feedback3 extension supported?

  2. gl_ARB_transform_feedback3 :: Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedback3

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

  3. module Graphics.GL.ARB.TransformFeedbackInstanced

    No documentation available.

  4. glDrawTransformFeedbackInstanced :: MonadIO m => GLenum -> GLuint -> GLsizei -> m ()

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Manual page for OpenGL 4.x.

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

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Manual page for OpenGL 4.x.

  6. glGetARBTransformFeedbackInstanced :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Is the ARB_transform_feedback_instanced extension supported?

  7. 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.

  8. module Graphics.GL.ARB.TransformFeedbackOverflowQuery

    No documentation available.

  9. pattern GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackOverflowQuery

    No documentation available.

  10. pattern GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackOverflowQuery

    No documentation available.

Page 771 of many | Previous | Next