mojave man page for glislist

Query: glislist

OS: mojave

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
glnewlist(3g) - mojave
gldeletelists(3g) - redhat
glendlist(3g) - redhat
glcalllist(3g) - suse
glcalllist(3g) - osx
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
UNIX tool on MacOS that can increase resolution of a file
Cannot extract libraries using sed
Controlling user input
[BASH] eval command not expanding variables as expected.