Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.TransformFeedback3
Contents
Description
- glGetARBTransformFeedback3 :: MonadIO m => m Bool
- gl_ARB_transform_feedback3 :: Bool
- gl_MAX_TRANSFORM_FEEDBACK_BUFFERS :: GLenum
- gl_MAX_VERTEX_STREAMS :: GLenum
- glBeginQueryIndexed :: MonadIO m => GLenum -> GLuint -> GLuint -> m ()
- glDrawTransformFeedbackStream :: MonadIO m => GLenum -> GLuint -> GLuint -> m ()
- glEndQueryIndexed :: MonadIO m => GLenum -> GLuint -> m ()
- glGetQueryIndexediv :: MonadIO m => GLenum -> GLuint -> GLenum -> Ptr GLint -> m ()
Extension Support
glGetARBTransformFeedback3 :: MonadIO m => m Bool Source
Is the ARB_transform_feedback3 extension supported?
gl_ARB_transform_feedback3 :: Bool Source
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.
Enums
Functions
Manual page for OpenGL 4.x.
glDrawTransformFeedbackStream Source
Arguments
:: MonadIO m | |
=> GLenum |
|
-> GLuint |
|
-> GLuint |
|
-> m () |
Manual page for OpenGL 4.x.
Manual page for OpenGL 4.x.