Re: array vertex_buffer_object must be bound to call this method
Posted by Wilds on Jan 30, 2018; 2:08pm
URL: https://forum.jogamp.org/array-vertex-buffer-object-must-be-bound-to-call-this-method-tp4038581p4038583.html
The problem is that my context isn't shared correctly. I init my buffer array in the createDummyAutoDrawable created context.
But I want to display my buffer data inside my GLJpanel created viewport with a shared context.
It does not seem to share resources :(
(I edited my starting post)
It only works if I keep a reference to the initial master autodrawable.
But somehow my created GLJPanels dont use the shared autodrawable?