![]() |
![]()
| ![]() |
![]()
NAMEglIsList - determine if a name corresponds to a display-list C SPECIFICATIONGLboolean glIsList( GLuint list ) PARAMETERS
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
|