Query: glislist
OS: mojave
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLISLIST(3G) GLISLIST(3G)NAMEglIsList - determine if a name corresponds to a display-listC 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 GLISLIST(3G)