Login  Register

Re: JOGL slows down after extended use

Posted by gouessej on Feb 02, 2012; 6:02pm
URL: https://forum.jogamp.org/JOGL-slows-down-after-extended-use-tp3705684p3710681.html

Please look at these classes:
https://github.com/sgothel/jogl/blob/master/src/jogl/classes/jogamp/opengl/GLBufferStateTracker.java
https://github.com/sgothel/jogl/blob/master/src/jogl/classes/jogamp/opengl/GLStateTracker.java

Tell me whether instances of these classes are created "under the hood" when you're not in debug. If it is the case, please write a bug report and ask for an enhancement. In my humble opinion, these trackers should be used only in debug mode, not in production :s
Julien Gouesse | Personal blog | Website