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.
glPauseTransformFeedback :: MonadIO m => m ()OpenGLRaw Graphics.GL.ARB.TransformFeedback2 Manual page for OpenGL 4.x.
glResumeTransformFeedback :: MonadIO m => m ()OpenGLRaw Graphics.GL.ARB.TransformFeedback2 Manual page for OpenGL 4.x.
gl_ARB_transform_feedback2 :: BoolOpenGLRaw 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.
module Graphics.GL.ARB.
TransformFeedback3 No documentation available.
pattern
GL_MAX_TRANSFORM_FEEDBACK_BUFFERS :: GLenumOpenGLRaw Graphics.GL.ARB.TransformFeedback3 No documentation available.
glDrawTransformFeedbackStream :: MonadIO m => GLenum -> GLuint -> GLuint -> m ()OpenGLRaw Graphics.GL.ARB.TransformFeedback3 Manual page for OpenGL 4.x.
glGetARBTransformFeedback3 :: MonadIO m => m BoolOpenGLRaw Graphics.GL.ARB.TransformFeedback3 Is the ARB_transform_feedback3 extension supported?
gl_ARB_transform_feedback3 :: BoolOpenGLRaw 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.
module Graphics.GL.ARB.
TransformFeedbackInstanced No documentation available.
glDrawTransformFeedbackInstanced :: MonadIO m => GLenum -> GLuint -> GLsizei -> m ()OpenGLRaw Graphics.GL.ARB.TransformFeedbackInstanced Manual page for OpenGL 4.x.