OpenGLRaw-2.3.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.ATI.ElementArray

Contents

Description

The ATI_element_array extension.

Synopsis

Enums

Functions

glDrawElementArrayATI Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLsizei

count.

-> IO () 

glDrawRangeElementArrayATI Source

Arguments

:: GLenum

mode of type PrimitiveType.

-> GLuint

start.

-> GLuint

end.

-> GLsizei

count.

-> IO () 

glElementPointerATI Source

Arguments

:: GLenum

type of type ElementPointerTypeATI.

-> Ptr a

pointer pointing to COMPSIZE(type) elements of type a.

-> IO ()