OpenGLRaw-2.2.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.EXT.VertexArray

Contents

Description

The EXT_vertex_array extension.

Synopsis

Enums

Functions

glArrayElementEXT Source

Arguments

:: GLint

i.

-> IO () 

glColorPointerEXT Source

Arguments

:: GLint

size.

-> GLenum

type of type ColorPointerType.

-> GLsizei

stride.

-> GLsizei

count.

-> Ptr a

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

-> IO () 

glDrawArraysEXT Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLint

first.

-> GLsizei

count.

-> IO () 

glEdgeFlagPointerEXT Source

Arguments

:: GLsizei

stride.

-> GLsizei

count.

-> Ptr GLboolean

pointer pointing to COMPSIZE(stride,count) elements of type Boolean.

-> IO () 

glGetPointervEXT Source

Arguments

:: GLenum

pname of type GetPointervPName.

-> Ptr (Ptr a)

params pointing to 1 elements of type Ptr a.

-> IO () 

glIndexPointerEXT Source

Arguments

:: GLenum

type of type IndexPointerType.

-> GLsizei

stride.

-> GLsizei

count.

-> Ptr a

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

-> IO () 

glNormalPointerEXT Source

Arguments

:: GLenum

type of type NormalPointerType.

-> GLsizei

stride.

-> GLsizei

count.

-> Ptr a

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

-> IO () 

glTexCoordPointerEXT Source

Arguments

:: GLint

size.

-> GLenum

type of type TexCoordPointerType.

-> GLsizei

stride.

-> GLsizei

count.

-> Ptr a

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

-> IO () 

glVertexPointerEXT Source

Arguments

:: GLint

size.

-> GLenum

type of type VertexPointerType.

-> GLsizei

stride.

-> GLsizei

count.

-> Ptr a

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

-> IO ()