NAME
glListBase
- set the display-list base for ggllCCaallllLLiissttss
C SPECIFICATION
void ggllLLiissttBBaassee(
GLuint _b_a_s_e )
PARAMETERS
-
_b_a_s_e
-
Specifies an integer offset that will be added to ggllCCaallllLLiissttss
offsets to generate display-list names.
The initial value is 0.
DESCRIPTION
ggllCCaallllLLiissttss specifies an array of offsets.
Display-list names are generated by adding _b_a_s_e to each offset.
Names that reference valid display lists are executed;
the others are ignored.
ERRORS
GGLL__IINNVVAALLIIDD__OOPPEERRAATTIIOONN is generated if ggllLLiissttBBaassee
is executed between the execution of ggllBBeeggiinn
and the corresponding execution of ggllEEnndd.
ASSOCIATED GETS
ggllGGeett with argument GGLL__LLIISSTT__BBAASSEE
SEE ALSO
ggllCCaallllLLiissttss((33GG))