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

Contents

Description

Synopsis

Enums

Functions

glBeginQueryIndexed Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> GLuint

id.

-> IO () 

Manual page for OpenGL 4.x

glDrawTransformFeedbackStream Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLuint

id.

-> GLuint

stream.

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