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
Description
The ARB_transform_feedback3 extension.
- gl_MAX_TRANSFORM_FEEDBACK_BUFFERS :: GLenum
- gl_MAX_VERTEX_STREAMS :: GLenum
- glBeginQueryIndexed :: GLenum -> GLuint -> GLuint -> IO ()
- glDrawTransformFeedbackStream :: GLenum -> GLuint -> GLuint -> IO ()
- glEndQueryIndexed :: GLenum -> GLuint -> IO ()
- glGetQueryIndexediv :: GLenum -> GLuint -> GLenum -> Ptr GLint -> IO ()
Enums
Functions
Manual page for OpenGL 4.x
glDrawTransformFeedbackStream Source
Manual page for OpenGL 4.x