| But what if glGetError() gets raise in the event loop ?
| Shouldn't this be catched, without regard to the origin of the glError ?
|
| If this were the case, glutMainLoop should also check for glGetError()...
glutMainLoop does get checked for glGetError, but this check is useless
since glutMainLoop never returns.
Anyways, the debate is not over glGetError, but Python exceptions.
Tarn
|