OpenGL Super Bible! Page 389 glDeleteLists Purpose Deletes a continuous range of display lists. Include File Syntax void glDeleteLists(GLuint list, GLsizei range); Description This function deletes a range of display lists. The range goes from an initial value and proceeds until the number of lists deleted as specified by range is completed. Deleting unused display lists can save considerable memory. Unused display lists in the range of those specified are ignored and do not cause an error. Parameters list GLuint: The integer name of the first display list to delete. range GLsizei: The number of display lists to be deleted following the initially specified list. Returns None. Example The following single line of code shows any and all display lists with identifiers between 1 and 50 being deleted: glDeleteLists(1, 50); See Also glCallList, glCallLists, glGenLists, glIsList, glNewList
We recommend cheap and reliable webhost to host and run your web applications: Coldfusion Web Hosting services.
This entry was posted
on Thursday, October 25th, 2007 at 6:59 am and is filed under Coldfusion.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.