Name
gl.EndList -- replace a display list
Synopsis
gl.EndList()
Function
See gl.NewList for details.

Please consult an OpenGL reference manual for more information.

Inputs
none

Errors
#GL_INVALID_OPERATION is generated if gl.EndList() is called without a preceding gl.NewList()


Show TOC