Re: My Application crashed
Posted by
gouessej on
Jul 09, 2012; 8:03pm
URL: https://forum.jogamp.org/My-Application-crashed-tp4025350p4025479.html
Rather use com.jogamp.common.nio.Buffers to create your NIO buffers and don't reallocate them each time in display(). Do you access these arrays or these buffers from somewhere else?