OpenGL-2.2.1.1: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de

Graphics.Rendering.OpenGL.GL.DisplayLists

Contents

Description

This module corresponds to section 5.4 (Display Lists) of the OpenGL 2.1 specs.

Synopsis

Defining Display Lists

data ListMode

Constructors

Compile 
CompileAndExecute 

Instances

Eq ListMode 
Ord ListMode 
Show ListMode 

defineList :: DisplayList -> ListMode -> IO a -> IO a

Calling Display Lists

callList :: DisplayList -> IO ()

callLists :: GLsizei -> DataType -> Ptr a -> IO ()

Deprecated Functions

deleteLists :: [DisplayList] -> IO ()

isList :: DisplayList -> IO Bool