- labels: 100100 --> GL
- milestone: 100100 --> v1.5.6
In addition to the _openglmodule.c cleanups I put in the last patch (102886), there are two left over that I didn't fix:
cc-1552 cc: WARNING File = src/_openglmodule.c, Line = 3614
The variable "format" is set but never used.
int format, type;
^
cc-1552 cc: WARNING File = src/_openglmodule.c, Line = 3675
The variable "format" is set but never used.
int format, type;
^
Perhaps we should pass these "format" vars into arg 7 of glTexImage2D / arg 6 of glTexImage1D instead of those passed in by the user (and check that the format from the user matches our guess)? Otherwise these format variables should be removed.
Thanks,
Randall
Logged In: YES
user_id=21784
We are trying to close off 1.5 development in light of
PyOpenGLSWIG. Only bug fixes are be applied, i.e. no
compiler warnings or API changes.
thanks anyway,
Tarn
Log in to post a comment.