|
Graphics.Rendering.OpenGL.GL.DisplayLists | Portability | portable | Stability | provisional | Maintainer | sven.panne@aedion.de |
|
|
|
|
|
Description |
This module corresponds to section 5.4 (Display Lists) of the OpenGL 1.5
specs.
|
|
Synopsis |
|
|
|
|
Defining Display Lists
|
|
newtype DisplayList |
Constructors | | Instances | |
|
|
data ListMode |
Constructors | | Instances | |
|
|
defineList :: DisplayList -> ListMode -> IO a -> IO a |
|
defineNewList :: ListMode -> IO a -> IO DisplayList |
|
listIndex :: GettableStateVar (Maybe DisplayList) |
|
listMode :: GettableStateVar ListMode |
|
maxListNesting :: GettableStateVar GLsizei |
|
Calling Display Lists
|
|
callList :: DisplayList -> IO () |
|
callLists :: GLsizei -> DataType -> Ptr a -> IO () |
|
listBase :: StateVar DisplayList |
|
Deprecated Functions
|
|
genLists :: GLsizei -> IO [DisplayList] |
|
deleteLists :: [DisplayList] -> IO () |
|
isList :: DisplayList -> IO Bool |
|
Produced by Haddock version 0.7 |