DebugGL

Hi everyone!

I can’t get the debug-informations from DebugGL on my console. I added drawable.setGL( new DebugGL(drawable.getGL() )); to my init(), but I can’t see anything.
Any help is appreciated,

greetings

bas

DebugGL performs error checking after each gl… call. It throws a GLException if you perform incorrect OpenGL calls. To get call traces you should use TraceGL.

Thank you! Just figured that out some seconds ago :wink: .

greetings

basti