OpenGLRaw-2.3.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.NV.VertexProgram4

Contents

Description

The NV_vertex_program4 extension.

Synopsis

Enums

Functions

glGetVertexAttribIivEXT Source

Arguments

:: GLuint

index.

-> GLenum

pname of type VertexAttribEnum.

-> Ptr GLint

params pointing to 1 elements of type GLint.

-> IO () 

glGetVertexAttribIuivEXT Source

Arguments

:: GLuint

index.

-> GLenum

pname of type VertexAttribEnum.

-> Ptr GLuint

params pointing to 1 elements of type GLuint.

-> IO () 

glVertexAttribI1iEXT Source

Arguments

:: GLuint

index.

-> GLint

x.

-> IO () 

glVertexAttribI1ivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLint

v pointing to 1 elements of type GLint.

-> IO () 

glVertexAttribI1uiEXT Source

Arguments

:: GLuint

index.

-> GLuint

x.

-> IO () 

glVertexAttribI1uivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLuint

v pointing to 1 elements of type GLuint.

-> IO () 

glVertexAttribI2iEXT Source

Arguments

:: GLuint

index.

-> GLint

x.

-> GLint

y.

-> IO () 

glVertexAttribI2ivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLint

v pointing to 2 elements of type GLint.

-> IO () 

glVertexAttribI2uiEXT Source

Arguments

:: GLuint

index.

-> GLuint

x.

-> GLuint

y.

-> IO () 

glVertexAttribI2uivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLuint

v pointing to 2 elements of type GLuint.

-> IO () 

glVertexAttribI3iEXT Source

Arguments

:: GLuint

index.

-> GLint

x.

-> GLint

y.

-> GLint

z.

-> IO () 

glVertexAttribI3ivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLint

v pointing to 3 elements of type GLint.

-> IO () 

glVertexAttribI3uiEXT Source

Arguments

:: GLuint

index.

-> GLuint

x.

-> GLuint

y.

-> GLuint

z.

-> IO () 

glVertexAttribI3uivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLuint

v pointing to 3 elements of type GLuint.

-> IO () 

glVertexAttribI4bvEXT Source

Arguments

:: GLuint

index.

-> Ptr GLbyte

v pointing to 4 elements of type GLbyte.

-> IO () 

glVertexAttribI4iEXT Source

Arguments

:: GLuint

index.

-> GLint

x.

-> GLint

y.

-> GLint

z.

-> GLint

w.

-> IO () 

glVertexAttribI4ivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLint

v pointing to 4 elements of type GLint.

-> IO () 

glVertexAttribI4svEXT Source

Arguments

:: GLuint

index.

-> Ptr GLshort

v pointing to 4 elements of type GLshort.

-> IO () 

glVertexAttribI4ubvEXT Source

Arguments

:: GLuint

index.

-> Ptr GLubyte

v pointing to 4 elements of type GLubyte.

-> IO () 

glVertexAttribI4uiEXT Source

Arguments

:: GLuint

index.

-> GLuint

x.

-> GLuint

y.

-> GLuint

z.

-> GLuint

w.

-> IO () 

glVertexAttribI4uivEXT Source

Arguments

:: GLuint

index.

-> Ptr GLuint

v pointing to 4 elements of type GLuint.

-> IO () 

glVertexAttribI4usvEXT Source

Arguments

:: GLuint

index.

-> Ptr GLushort

v pointing to 4 elements of type GLushort.

-> IO () 

glVertexAttribIPointerEXT Source

Arguments

:: GLuint

index.

-> GLint

size.

-> GLenum

type of type VertexAttribEnum.

-> GLsizei

stride.

-> Ptr a

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

-> IO ()