|
|
This manual page is part of Xcode Tools version 4.0To obtain these tools:
If you are running a version of Xcode Tools other than 4.0, view the documentation locally:
Reading manual pagesManual pages are intended as a quick reference for people who already understand a technology.
|
GLISLIST(3G) GLISLIST(3G)
NAME
glIsList - determine if a name corresponds to a display-list
C SPECIFICATION
GLboolean glIsList( GLuint list )
PARAMETERS
list Specifies a potential display-list name.
DESCRIPTION
glIsList returns GL_TRUE if list is the name of a display list and returns GL_FALSE otherwise.
ERRORS
GL_INVALID_OPERATION is generated if glIsList is executed between the execution of glBegin and the
corresponding execution of glEnd.
SEE ALSO
glCallList(3G), glCallLists(3G), glDeleteLists(3G), glGenLists(3G), glNewList(3G)
GLISLIST(3G)
|
The way to report a problem with this manual page depends on the type of problem: