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. glPauseTransformFeedback :: MonadIO m => m ()

    OpenGLRaw Graphics.GL.ARB.TransformFeedback2

    Manual page for OpenGL 4.x.

  2. glResumeTransformFeedback :: MonadIO m => m ()

    OpenGLRaw Graphics.GL.ARB.TransformFeedback2

    Manual page for OpenGL 4.x.

  3. gl_ARB_transform_feedback2 :: Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedback2

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

  4. module Graphics.GL.ARB.TransformFeedback3

    No documentation available.

  5. pattern GL_MAX_TRANSFORM_FEEDBACK_BUFFERS :: GLenum

    OpenGLRaw Graphics.GL.ARB.TransformFeedback3

    No documentation available.

  6. glDrawTransformFeedbackStream :: MonadIO m => GLenum -> GLuint -> GLuint -> m ()

    OpenGLRaw Graphics.GL.ARB.TransformFeedback3

    Manual page for OpenGL 4.x.

  7. glGetARBTransformFeedback3 :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.TransformFeedback3

    Is the ARB_transform_feedback3 extension supported?

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

  9. module Graphics.GL.ARB.TransformFeedbackInstanced

    No documentation available.

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

    OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced

    Manual page for OpenGL 4.x.

Page 768 of many | Previous | Next