OpenGLRaw-2.5.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.VertexBufferUnifiedMemory

Contents

Description

Synopsis

Enums

Functions

glBufferAddressRangeNV Source

Arguments

:: MonadIO m 
=> GLenum

pname.

-> GLuint

index.

-> GLuint64EXT

address.

-> GLsizeiptr

length of type BufferSize.

-> m () 

glColorFormatNV Source

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> m () 

glEdgeFlagFormatNV Source

Arguments

:: MonadIO m 
=> GLsizei

stride.

-> m () 

glFogCoordFormatNV Source

Arguments

:: MonadIO m 
=> GLenum

type.

-> GLsizei

stride.

-> m () 

glGetIntegerui64i_vNV Source

Arguments

:: MonadIO m 
=> GLenum

value.

-> GLuint

index.

-> Ptr GLuint64EXT

result pointing to COMPSIZE(value) elements of type GLuint64EXT.

-> m () 

glIndexFormatNV Source

Arguments

:: MonadIO m 
=> GLenum

type.

-> GLsizei

stride.

-> m () 

glNormalFormatNV Source

Arguments

:: MonadIO m 
=> GLenum

type.

-> GLsizei

stride.

-> m () 

glSecondaryColorFormatNV Source

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> m () 

glTexCoordFormatNV Source

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> m () 

glVertexAttribFormatNV Source

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint

size.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> GLsizei

stride.

-> m () 

glVertexAttribIFormatNV Source

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> m () 

glVertexFormatNV Source

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> m ()