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

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

Graphics.Rendering.OpenGL.Raw.ARB.TransformFeedback3

Contents

Description

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

Synopsis

Functions

glDrawTransformFeedbackStream Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLuint

id.

-> GLuint

stream.

-> IO () 

Manual page for OpenGL 4.x

glBeginQueryIndexed Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> GLuint

id.

-> IO () 

Manual page for OpenGL 4.x

glEndQueryIndexed Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> IO () 

Manual page for OpenGL 4.x

glGetQueryIndexediv Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> GLenum

pname.

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

Tokens