Portability | portable |
---|---|
Stability | stable |
Maintainer | Sven Panne <[email protected]> |
Safe Haskell | None |
Graphics.Rendering.OpenGL.Raw.NV.TransformFeedback2
Description
All raw functions and tokens from the NV_transform_feedback2 extension, see http://www.opengl.org/registry/specs/NV/transform_feedback2.txt.
- glBindTransformFeedback :: GLenum -> GLuint -> IO ()
- glDeleteTransformFeedbacks :: GLsizei -> Ptr GLuint -> IO ()
- glGenTransformFeedbacks :: GLsizei -> Ptr GLuint -> IO ()
- glIsTransformFeedback :: GLuint -> IO GLboolean
- glPauseTransformFeedback :: IO ()
- glResumeTransformFeedback :: IO ()
- glDrawTransformFeedback :: GLenum -> GLuint -> IO ()
- gl_TRANSFORM_FEEDBACK :: GLenum
- gl_TRANSFORM_FEEDBACK_BUFFER_PAUSED :: GLenum
- gl_TRANSFORM_FEEDBACK_BUFFER_ACTIVE :: GLenum
- gl_TRANSFORM_FEEDBACK_BINDING :: GLenum
Functions
glBindTransformFeedback :: GLenum -> GLuint -> IO ()Source
glDrawTransformFeedback :: GLenum -> GLuint -> IO ()Source