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

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

Graphics.Rendering.OpenGL.Raw.ARB.TransformFeedback2

Contents

Description

Synopsis

Enums

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

glDrawTransformFeedback Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLuint

id.

-> 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