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

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

Graphics.GL.IBM.VertexArrayLists

Contents

Description

 

Synopsis

Extension Support

gl_IBM_vertex_array_lists :: Bool Source #

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

Enums

Functions

glColorPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type of type ColorPointerType.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m () 

glEdgeFlagPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLint

stride.

-> Ptr (Ptr GLboolean)

pointer pointing to COMPSIZE(stride) elements of type Ptr BooleanPointer.

-> GLint

ptrstride.

-> m () 

glFogCoordPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLenum

type of type FogPointerTypeIBM.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m () 

glIndexPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLenum

type of type IndexPointerType.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m () 

glNormalPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLenum

type of type NormalPointerType.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m () 

glSecondaryColorPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type of type SecondaryColorPointerTypeIBM.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m () 

glTexCoordPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type of type TexCoordPointerType.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m () 

glVertexPointerListIBM Source #

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type of type VertexPointerType.

-> GLint

stride.

-> Ptr (Ptr a)

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

-> GLint

ptrstride.

-> m ()