Login  Register

Re: array vertex_buffer_object must be bound to call this method

Posted by gouessej on Jan 31, 2018; 9:07am
URL: https://forum.jogamp.org/array-vertex-buffer-object-must-be-bound-to-call-this-method-tp4038581p4038590.html

Usually, it may happen when you try to read the content of a direct NIO buffer beyond its capacity and/or its limit, it's a common mistake but your crash log seems to indicate something completely different and not related to JOGL.
Julien Gouesse | Personal blog | Website