[PyOpenGL-Devel] [ pyopengl-Bugs-637090 ] Typo in glGenLists documentation
Brought to you by:
mcfletch
|
From: <no...@so...> - 2002-11-12 12:14:23
|
Bugs item #637090, was opened at 2002-11-12 13:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=637090&group_id=5988 Category: doc Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Bram Senders (bags43) Assigned to: Nobody/Anonymous (nobody) Summary: Typo in glGenLists documentation Initial Comment: Hi there, in the glGenLists documentation there is an inconsistency between the C spec and the Python spec. The C spec says glGenLists returns a GLuint, while the Python spec says it returns None, while actually this also returns some kind of integer. The document I am referring to is at http://pyopengl.sourceforge.net/documentation/manual/glGenLists.3G.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=637090&group_id=5988 |