| |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Description | |||||||||||||||||||||||||||||
This module corresponds to section 5.4 (Display Lists) of the OpenGL 2.1 specs. | |||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Defining Display Lists | |||||||||||||||||||||||||||||
newtype DisplayList | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
data ListMode | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
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.8 |