Re: [JOGL] VBO's not updating
Posted by
gouessej on
Jun 02, 2015; 12:03pm
URL: https://forum.jogamp.org/JOGL-VBO-s-not-updating-tp4034566p4034578.html
FloatBuffer.wrap() creates an indirect NIO buffer, JOGL will have to create a direct buffer for you under the hood, I don't advise you to do so.