Re: DirectBuffer deallocation
Posted by elect on Mar 03, 2016; 8:54am
URL: https://forum.jogamp.org/DirectBuffer-deallocation-tp4035990p4036412.html
This
private PointerBuffer indices = PointerBuffer.allocateDirect(2).put(0).put(0).rewind();
is always a direct buffer, isn't?