NAME
glGenLists
- generate a contiguous set of empty display lists
C SPECIFICATION
GLuint ggllGGeennLLiissttss(
GLsizei _r_a_n_g_e )
PARAMETERS
-
_r_a_n_g_e
-
Specifies the number of contiguous empty display lists
to be generated.
DESCRIPTION
ggllGGeennLLiissttss has one argument, _r_a_n_g_e.
It returns an integer _n such that _r_a_n_g_e contiguous
empty display lists,
named _n, _n+1, ..., _n+_r_a_n_g_e -1,
are created.
If _r_a_n_g_e is 0,
if there is no group of _r_a_n_g_e contiguous names available,
or if any error is generated,
no display lists are generated,
and 0 is returned.
ERRORS
GGLL__IINNVVAALLIIDD__VVAALLUUEE is generated if _r_a_n_g_e is negative.
GGLL__IINNVVAALLIIDD__OOPPEERRAATTIIOONN is generated if ggllGGeennLLiissttss
is executed between the execution of ggllBBeeggiinn
and the corresponding execution of ggllEEnndd.
ASSOCIATED GETS
ggllIIssLLiisstt
SEE ALSO
ggllCCaallllLLiisstt((33GG)),
ggllCCaallllLLiissttss((33GG)),
ggllDDeelleetteeLLiissttss((33GG)),
ggllNNeewwLLiisstt((33GG))