[PyOpenGL-Users] OpenGL.GL.GLerror
Brought to you by:
mcfletch
From: Matt M. <mj...@ms...> - 2006-02-01 18:51:18
|
Hello, I'm working with some code I inherited and I'm receiving an unknown exception after a glGetIntegerv(...) call. I know glGetError() won't help, but how do I determine what threw the exception ? Here is the result of print sys.exec_info() <class OpenGL.GL.GLerror at 0x615780>, <OpenGL.GL.GLerror instance at 0x16002878>, <traceback object at 0x160026c0> Thanks, Matt |