Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.TransformFeedback3
Description
All raw functions, tokens and types from the ARB_transform_feedback3 extension, see http://www.opengl.org/registry/specs/ARB/transform_feedback3.txt.
- glDrawTransformFeedbackStream :: GLenum -> GLuint -> GLuint -> IO ()
- glBeginQueryIndexed :: GLenum -> GLuint -> GLuint -> IO ()
- glEndQueryIndexed :: GLenum -> GLuint -> IO ()
- glGetQueryIndexediv :: GLenum -> GLuint -> GLenum -> Ptr GLint -> IO ()
- gl_MAX_TRANSFORM_FEEDBACK_BUFFERS :: GLenum
- gl_MAX_VERTEX_STREAMS :: GLenum
Functions
glDrawTransformFeedbackStream Source
Manual page for OpenGL 4.x
Manual page for OpenGL 4.x
Arguments
:: GLenum |
|
-> GLuint |
|
-> GLenum |
|
-> Ptr GLint |
|
-> IO () |
Manual page for OpenGL 4.x