OpenGL man pages
glIsList.3glNameglIsList - test for display-list existence C SpecificationGLboolean glIsList( GLuint list ) Parameterslist Specifies a potential display-list name. DescriptionglIsList returns GL_TRUE if list is the name of a display list and returns GL_FALSE otherwise. ErrorsGL_INVALID_OPERATION is generated if glIsList is executed between the execution of glBegin and the corresponding execution of glEnd. See AlsoglCallList, glCallLists, glDeleteLists, glGenLists, glNewList Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |