NAME
fglListBase - set the display-list base for fglCallLists
FORTRAN SPECIFICATION
SUBROUTINE fglListBase( INTEGER*4 base )
PARAMETERS
base Specifies an integer offset that will be added to
fglCallLists offsets to generate display-list names.
The initial value is 0.
DESCRIPTION
fglCallLists 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.
ERRORS
GL_INVALID_OPERATION is generated if fglListBase is executed
between the execution of fglBegin and the corresponding
execution of fglEnd.
ASSOCIATED GETS
fglGet with argument GL_LIST_BASE
SEE ALSO
fglCallLists