Login  Register

Re: GlDrawableHelper allocates unecessary Iterator

Posted by jeff on Jun 24, 2010; 2:00pm
URL: https://forum.jogamp.org/GlDrawableHelper-allocates-unecessary-Iterator-tp912785p919549.html

Taif might be right. anything that is allocated will be GCed once in a while. even if the GC happens rarely, it will happen evenutally and on slow machines this causes a framelag.