OpenGLRaw-2.1.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

:: GLenum

pname.

-> GLuint

index.

-> GLuint64EXT

address.

-> GLsizeiptr

length of type BufferSize.

-> IO () 

glColorFormatNV Source

Arguments

:: GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> IO () 

glEdgeFlagFormatNV Source

Arguments

:: GLsizei

stride.

-> IO () 

glFogCoordFormatNV Source

Arguments

:: GLenum

type.

-> GLsizei

stride.

-> IO () 

glGetIntegerui64i_vNV Source

Arguments

:: GLenum

value.

-> GLuint

index.

-> Ptr GLuint64EXT

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

-> IO () 

glIndexFormatNV Source

Arguments

:: GLenum

type.

-> GLsizei

stride.

-> IO () 

glNormalFormatNV Source

Arguments

:: GLenum

type.

-> GLsizei

stride.

-> IO () 

glSecondaryColorFormatNV Source

Arguments

:: GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> IO () 

glTexCoordFormatNV Source

Arguments

:: GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> IO () 

glVertexAttribFormatNV Source

Arguments

:: GLuint

index.

-> GLint

size.

-> GLenum

type.

-> GLboolean

normalized of type Boolean.

-> GLsizei

stride.

-> IO () 

glVertexAttribIFormatNV Source

Arguments

:: GLuint

index.

-> GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> IO () 

glVertexFormatNV Source

Arguments

:: GLint

size.

-> GLenum

type.

-> GLsizei

stride.

-> IO ()