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

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

Graphics.GL.NV.VertexAttribInteger64Bit

Contents

Description

 
Synopsis

Extension Support

gl_NV_vertex_attrib_integer_64bit :: Bool Source #

Is the NV_vertex_attrib_integer_64bit extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetNVVertexAttribInteger64Bit in those cases instead.

Enums

Functions

glGetVertexAttribLi64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLenum

pname of type VertexAttribEnum.

-> Ptr GLint64EXT

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

-> m () 

glGetVertexAttribLui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLenum

pname of type VertexAttribEnum.

-> Ptr GLuint64EXT

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

-> m () 

glVertexAttribL1i64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint64EXT

x.

-> m () 

glVertexAttribL1i64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLint64EXT

v pointing to 1 element of type GLint64EXT.

-> m () 

glVertexAttribL1ui64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLuint64EXT

x.

-> m () 

glVertexAttribL1ui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLuint64EXT

v pointing to 1 element of type GLuint64EXT.

-> m () 

glVertexAttribL2i64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> m () 

glVertexAttribL2i64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLint64EXT

v pointing to 2 elements of type GLint64EXT.

-> m () 

glVertexAttribL2ui64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> m () 

glVertexAttribL2ui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLuint64EXT

v pointing to 2 elements of type GLuint64EXT.

-> m () 

glVertexAttribL3i64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> GLint64EXT

z.

-> m () 

glVertexAttribL3i64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLint64EXT

v pointing to 3 elements of type GLint64EXT.

-> m () 

glVertexAttribL3ui64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> GLuint64EXT

z.

-> m () 

glVertexAttribL3ui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLuint64EXT

v pointing to 3 elements of type GLuint64EXT.

-> m () 

glVertexAttribL4i64NV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> GLint64EXT

z.

-> GLint64EXT

w.

-> m () 

glVertexAttribL4i64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLint64EXT

v pointing to 4 elements of type GLint64EXT.

-> m () 

glVertexAttribL4ui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> Ptr GLuint64EXT

v pointing to 4 elements of type GLuint64EXT.

-> m () 

glVertexAttribLFormatNV Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint

size.

-> GLenum

type of type VertexAttribType.

-> GLsizei

stride.

-> m ()