gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.NV.TransformFeedback2

Contents

Synopsis

Extension Support

gl_NV_transform_feedback2 :: Bool Source #

Checks that the GL_NV_transform_feedback2 extension is available.

GL_NV_transform_feedback2

glBindTransformFeedbackNV :: MonadIO m => GLenum -> GLuint -> m () Source #

Usage: glBindTransformFeedbackNV target id

The parameter target is a BufferTargetARB.

glDeleteTransformFeedbacksNV :: MonadIO m => GLsizei -> Ptr GLuint -> m () Source #

Usage: glDeleteTransformFeedbacksNV n ids

The length of ids should be n.

This command is an alias for glDeleteTransformFeedbacks.

glGenTransformFeedbacksNV :: MonadIO m => GLsizei -> Ptr GLuint -> m () Source #

Usage: glGenTransformFeedbacksNV n ids

The length of ids should be n.

This command is an alias for glGenTransformFeedbacks.

pattern GL_TRANSFORM_FEEDBACK_BINDING_NV :: forall a. (Num a, Eq a) => a Source #

pattern GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV :: forall a. (Num a, Eq a) => a Source #

pattern GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV :: forall a. (Num a, Eq a) => a Source #

pattern GL_TRANSFORM_FEEDBACK_NV :: forall a. (Num a, Eq a) => a Source #