[Pyopengl-users] [ pyopengl-Bugs-459745 ] Compile warning in 2.0.0.44
Brought to you by:
mcfletch
From: <no...@so...> - 2001-09-08 06:57:30
|
Bugs item #459745, was opened at 2001-09-07 23:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=459745&group_id=5988 Category: build Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Richard Jones (richard) Assigned to: Nobody/Anonymous (nobody) Summary: Compile warning in 2.0.0.44 Initial Comment: My glext.h has extern void APIENTRY glMultiModeDrawArraysIBM (GLenum, const GLint *, const GLsizei *, GLsizei, GLint); whereas GL/IBM/multimode_draw_arrays.i has %name(glMultiModeDrawArraysIBM) void _glMultiModeDrawArraysIBM(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount); i.e. the first arg is by-value in the glext header, but by-ref in the swig interface file. My glext.h has "GL_GLEXT_VERSION 7". ---------------------------------------------------------------------- >Comment By: Richard Jones (richard) Date: 2001-09-07 23:57 Message: Logged In: YES user_id=6405 I also had a lot of API mismatches for the GLE.i interface file when compared to src/gle/src/gle.h. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=459745&group_id=5988 |