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

Contents

Description

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

Synopsis

Functions

glVertexAttrib1f Source

Arguments

:: GLuint

index.

-> GLfloat

x.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib1s Source

Arguments

:: GLuint

index.

-> GLshort

x.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib1d Source

Arguments

:: GLuint

index.

-> GLdouble

x.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib2f Source

Arguments

:: GLuint

index.

-> GLfloat

x.

-> GLfloat

y.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib2s Source

Arguments

:: GLuint

index.

-> GLshort

x.

-> GLshort

y.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib2d Source

Arguments

:: GLuint

index.

-> GLdouble

x.

-> GLdouble

y.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib3f Source

Arguments

:: GLuint

index.

-> GLfloat

x.

-> GLfloat

y.

-> GLfloat

z.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib3s Source

Arguments

:: GLuint

index.

-> GLshort

x.

-> GLshort

y.

-> GLshort

z.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib3d Source

Arguments

:: GLuint

index.

-> GLdouble

x.

-> GLdouble

y.

-> GLdouble

z.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4f Source

Arguments

:: GLuint

index.

-> GLfloat

x.

-> GLfloat

y.

-> GLfloat

z.

-> GLfloat

w.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4s Source

Arguments

:: GLuint

index.

-> GLshort

x.

-> GLshort

y.

-> GLshort

z.

-> GLshort

w.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4d Source

Arguments

:: GLuint

index.

-> GLdouble

x.

-> GLdouble

y.

-> GLdouble

z.

-> GLdouble

w.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Nub Source

Arguments

:: GLuint

index.

-> GLubyte

x.

-> GLubyte

y.

-> GLubyte

z.

-> GLubyte

w.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib1fv Source

Arguments

:: GLuint

index.

-> Ptr GLfloat

v pointing to 1 elements of type GLfloat.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib1sv Source

Arguments

:: GLuint

index.

-> Ptr GLshort

v pointing to 1 elements of type GLshort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib1dv Source

Arguments

:: GLuint

index.

-> Ptr GLdouble

v pointing to 1 elements of type GLdouble.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib2fv Source

Arguments

:: GLuint

index.

-> Ptr GLfloat

v pointing to 2 elements of type GLfloat.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib2sv Source

Arguments

:: GLuint

index.

-> Ptr GLshort

v pointing to 2 elements of type GLshort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib2dv Source

Arguments

:: GLuint

index.

-> Ptr GLdouble

v pointing to 2 elements of type GLdouble.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib3fv Source

Arguments

:: GLuint

index.

-> Ptr GLfloat

v pointing to 3 elements of type GLfloat.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib3sv Source

Arguments

:: GLuint

index.

-> Ptr GLshort

v pointing to 3 elements of type GLshort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib3dv Source

Arguments

:: GLuint

index.

-> Ptr GLdouble

v pointing to 3 elements of type GLdouble.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4fv Source

Arguments

:: GLuint

index.

-> Ptr GLfloat

v pointing to 4 elements of type GLfloat.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4sv Source

Arguments

:: GLuint

index.

-> Ptr GLshort

v pointing to 4 elements of type GLshort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4dv Source

Arguments

:: GLuint

index.

-> Ptr GLdouble

v pointing to 4 elements of type GLdouble.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4iv Source

Arguments

:: GLuint

index.

-> Ptr GLint

v pointing to 4 elements of type GLint.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4bv Source

Arguments

:: GLuint

index.

-> Ptr GLbyte

v pointing to 4 elements of type GLbyte.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4ubv Source

Arguments

:: GLuint

index.

-> Ptr GLubyte

v pointing to 4 elements of type GLubyte.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4usv Source

Arguments

:: GLuint

index.

-> Ptr GLushort

v pointing to 4 elements of type GLushort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4uiv Source

Arguments

:: GLuint

index.

-> Ptr GLuint

v pointing to 4 elements of type GLuint.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Nbv Source

Arguments

:: GLuint

index.

-> Ptr GLbyte

v pointing to 4 elements of type GLbyte.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Nsv Source

Arguments

:: GLuint

index.

-> Ptr GLshort

v pointing to 4 elements of type GLshort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Niv Source

Arguments

:: GLuint

index.

-> Ptr GLint

v pointing to 4 elements of type GLint.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Nubv Source

Arguments

:: GLuint

index.

-> Ptr GLubyte

v pointing to 4 elements of type GLubyte.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Nusv Source

Arguments

:: GLuint

index.

-> Ptr GLushort

v pointing to 4 elements of type GLushort.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttrib4Nuiv Source

Arguments

:: GLuint

index.

-> Ptr GLuint

v pointing to 4 elements of type GLuint.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glVertexAttribPointer Source

Arguments

:: GLuint

index.

-> GLint

size.

-> GLenum

type of type VertexAttribPointerType.

-> GLboolean

normalized of type Boolean.

-> GLsizei

stride.

-> Ptr a

pointer pointing to COMPSIZE(size,type,stride) elements of type a.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glEnableVertexAttribArray Source

Arguments

:: GLuint

index.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glDisableVertexAttribArray Source

Arguments

:: GLuint

index.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glBindAttribLocation Source

Arguments

:: GLuint

program.

-> GLuint

index.

-> Ptr GLchar

name.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glGetActiveAttrib Source

Arguments

:: GLuint

program.

-> GLuint

index.

-> GLsizei

bufSize.

-> Ptr GLsizei

length pointing to 1 elements of type GLsizei.

-> Ptr GLint

size pointing to 1 elements of type GLint.

-> Ptr GLenum

type pointing to 1 elements of type GLenum.

-> Ptr GLchar

name pointing to bufSize elements of type GLchar.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glGetAttribLocation Source

Arguments

:: GLuint

program.

-> Ptr GLchar

name.

-> IO GLint 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glGetVertexAttribdv Source

Arguments

:: GLuint

index.

-> GLenum

pname of type VertexAttribPropertyARB.

-> Ptr GLdouble

params pointing to 4 elements of type GLdouble.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glGetVertexAttribfv Source

Arguments

:: GLuint

index.

-> GLenum

pname of type VertexAttribPropertyARB.

-> Ptr GLfloat

params pointing to 4 elements of type GLfloat.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glGetVertexAttribiv Source

Arguments

:: GLuint

index.

-> GLenum

pname of type VertexAttribPropertyARB.

-> Ptr GLint

params pointing to 4 elements of type GLint.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

glGetVertexAttribPointerv Source

Arguments

:: GLuint

index.

-> GLenum

pname of type VertexAttribPointerPropertyARB.

-> Ptr (Ptr a)

pointer pointing to 1 elements of type Ptr a.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x

Tokens