[PyOpenGL-Devel] [ pyopengl-Bugs-637090 ] Typo in glGenLists documentation
Brought to you by:
mcfletch
|
From: <no...@so...> - 2002-11-16 09:12:57
|
Bugs item #637090, was opened at 2002-11-12 07: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: Closed >Resolution: Fixed Priority: 5 Submitted By: Bram Senders (bags43) >Assigned to: Mike C. Fletcher (mcfletch) 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 ---------------------------------------------------------------------- >Comment By: Mike C. Fletcher (mcfletch) Date: 2002-11-16 04:12 Message: Logged In: YES user_id=34901 I've fixed this in CVS, should appear the next time we rebuild the documentation (i.e. when I get around to setting up the XML-processing tools on my system). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=637090&group_id=5988 |