![]() -> Click here to learn how to get live help <- |
GLGENLISTSIndexNAMEglGenLists - generate a contiguous set of empty display listsC SPECIFICATIONGLuint f3glGenListsfP( GLsizei fIrangefP )PARAMETERS
DESCRIPTION%f3glGenListsfP has one argument, f2rangefP. It returns an integer f2nfP such that f2rangefP contiguous empty display lists, named f2nfP, f2nfP+1, ..., f2nfP+f2rangefP -1, are created. If f2rangefP is 0, if there is no group of f2rangefP contiguous names available, or if any error is generated, no display lists are generated, and 0 is returned.ERRORS%f3GL_INVALID_VALUEfP is generated if f2rangefP is negative. %f3GL_INVALID_OPERATIONfP is generated if %f3glGenListsfP is executed between the execution of %f3glBeginfP and the corresponding execution of %f3glEndfP.ASSOCIATED GETS%f3glIsListfPSEE ALSO%f3glCallList(3G)fP, %f3glCallLists(3G)fP, %f3glDeleteLists(3G)fP, %f3glNewList(3G)fP
Index |