gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.TransformFeedback3

Contents

Synopsis

Extension Support

gl_ARB_transform_feedback3 :: Bool Source #

Checks that the GL_ARB_transform_feedback3 extension is available.

GL_ARB_transform_feedback3

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

Usage: glEndQueryIndexed target index

glGetQueryIndexediv :: MonadIO m => GLenum -> GLuint -> GLenum -> Ptr GLint -> m () Source #

Usage: glGetQueryIndexediv target index pname params

The length of params should be COMPSIZE(pname).

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

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