![]() |
![]()
| ![]() |
![]()
NAMEglListBase - set the display-list base for glCallLists C SPECIFICATIONvoid glListBase( GLuint base ) PARAMETERS
DESCRIPTIONglCallLists specifies an array of offsets. Display-list names are generated by adding base to each offset. Names that reference valid display lists are executed; the others are ignored. ERRORSGL_INVALID_OPERATION is generated if glListBase is executed between the execution of glBegin and the corresponding execution of glEnd. ASSOCIATED GETSglGet with argument GL_LIST_BASE SEE ALSOglCallLists
|