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

Contents

Description

Synopsis

Enums

Functions

glGetVertexAttribLi64vNV Source

Arguments

:: GLuint

index.

-> GLenum

pname.

-> Ptr GLint64EXT

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

-> IO () 

glGetVertexAttribLui64vNV Source

Arguments

:: GLuint

index.

-> GLenum

pname.

-> Ptr GLuint64EXT

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

-> IO () 

glVertexAttribL1i64NV Source

Arguments

:: GLuint

index.

-> GLint64EXT

x.

-> IO () 

glVertexAttribL1i64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLint64EXT

v pointing to 1 elements of type GLint64EXT.

-> IO () 

glVertexAttribL1ui64NV Source

Arguments

:: GLuint

index.

-> GLuint64EXT

x.

-> IO () 

glVertexAttribL1ui64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLuint64EXT

v pointing to 1 elements of type GLuint64EXT.

-> IO () 

glVertexAttribL2i64NV Source

Arguments

:: GLuint

index.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> IO () 

glVertexAttribL2i64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLint64EXT

v pointing to 2 elements of type GLint64EXT.

-> IO () 

glVertexAttribL2ui64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLuint64EXT

v pointing to 2 elements of type GLuint64EXT.

-> IO () 

glVertexAttribL3i64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLint64EXT

v pointing to 3 elements of type GLint64EXT.

-> IO () 

glVertexAttribL3ui64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLuint64EXT

v pointing to 3 elements of type GLuint64EXT.

-> IO () 

glVertexAttribL4i64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLint64EXT

v pointing to 4 elements of type GLint64EXT.

-> IO () 

glVertexAttribL4ui64vNV Source

Arguments

:: GLuint

index.

-> Ptr GLuint64EXT

v pointing to 4 elements of type GLuint64EXT.

-> IO () 

glVertexAttribLFormatNV Source

Arguments

:: GLuint

index.

-> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> IO ()