osx man page for glislist

Query: glislist

OS: osx

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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, glCallLists, glDeleteLists, glGenLists, glNewList GLISLIST(3G)
Related Man Pages
glcalllist(3g) - redhat
gldeletelists(3g) - suse
glcalllist(3g) - xfree86
glcalllist(3g) - suse
glendlist(3g) - suse
Similar Topics in the Unix Linux Community
Undeletable file
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
Syntax error in subtraction in Bash
Python: Refer a properties file from different location