OpenGLRaw-2.0.0.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2014
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.Raw.ARB.TransformFeedback2

Contents

Description

All raw functions and tokens from the ARB_transform_feedback2 extension, see http://www.opengl.org/registry/specs/ARB/transform_feedback2.txt.

Synopsis

Functions

glBindTransformFeedback Source

Arguments

:: GLenum

target.

-> GLuint

id.

-> IO () 

Manual page for OpenGL 4.x

glDeleteTransformFeedbacks Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

ids pointing to n elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glGenTransformFeedbacks Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

ids pointing to n elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glIsTransformFeedback Source

Arguments

:: GLuint

id.

-> IO GLboolean

of type Boolean.

Manual page for OpenGL 4.x

glDrawTransformFeedback Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLuint

id.

-> IO () 

Manual page for OpenGL 4.x

Tokens