Login  Register

Re: Un-managed Memory Usage

Posted by Art B on Nov 17, 2015; 11:17pm
URL: https://forum.jogamp.org/Un-managed-Memory-Usage-tp4035789p4035802.html

It takes a bit of work to track the life cycle of actors in the scene.  Is there a particular native resource that gets instantiated that you found that isn't apparent on how it gets released?

I'm currently working on making sure that the GL, GLU, and GLUT (which has a GLU reference) references are not kept around for more than one display cycle.