Tests for display list existence.
OpenGL C bindings library: libGL.a
GLboolean glIsList(GLuint List)
List | Specifies a potential display-list name. |
The glIsList subroutine returns GL_TRUE if the List parameter is the name of a display list and returns GL_FALSE otherwise .
GL_INVALID_OPERATION | The glIsList subroutine is called between a call to glBegin and the corresponding call to glEnd. |
/usr/include/GL/gl.h | Contains C language constants, variable type definitions, and ANSI function prototypes for OpenGL. |
The glBegin or glEnd subroutine, glCallList subroutine, glCallLists subroutine, glDeleteLists subroutine, glGenLists subroutine, glNewList subroutine.