Login  Register

Re: glBufferData and glBufferSubData seems not to work

Posted by Henry Rust on Aug 19, 2011; 1:53pm
URL: https://forum.jogamp.org/glBufferData-and-glBufferSubData-seems-not-to-work-tp3267295p3268113.html

Also made the changes and it works. Thank you for your help. I didn't even know there are functions allocating a direct FloatBuffer, that's why I used ByteBuffer and asFloatBuffer().