NAME
glDeleteLists
- delete a contiguous group of display lists
C SPECIFICATION
void ggllDDeelleetteeLLiissttss(
GLuint _l_i_s_t,
GLsizei _r_a_n_g_e )
PARAMETERS
-
_l_i_s_t
-
Specifies the integer name of the first display list to delete.
-
_r_a_n_g_e
-
Specifies the number of display lists to delete.
DESCRIPTION
ggllDDeelleetteeLLiissttss causes a contiguous group of display lists to be deleted.
_l_i_s_t is the name of the first display list to be deleted,
and _r_a_n_g_e is the number of display lists to delete.
All display lists _d with _l_i_s_t <= _d <= _l_i_s_t + _r_a_n_g_e - 1
are deleted.
All storage locations allocated to the specified display lists are freed,
and the names are available for reuse at a later time.
Names within the range that do not have an associated display list are ignored.
If _r_a_n_g_e is 0, nothing happens.
ERRORS
GGLL__IINNVVAALLIIDD__VVAALLUUEE is generated if _r_a_n_g_e is negative.
GGLL__IINNVVAALLIIDD__OOPPEERRAATTIIOONN is generated if ggllDDeelleetteeLLiissttss
is executed between the execution of ggllBBeeggiinn
and the corresponding execution of ggllEEnndd.
SEE ALSO
ggllCCaallllLLiisstt((33GG)),
ggllCCaallllLLiissttss((33GG)),
ggllGGeennLLiissttss((33GG)),
ggllIIssLLiisstt((33GG)),
ggllNNeewwLLiisstt((33GG))