Re: Un-managed Memory Usage
Posted by Art B on Nov 17, 2015; 8:13pm
URL: https://forum.jogamp.org/Un-managed-Memory-Usage-tp4035789p4035799.html
The conversation so far has still been helpful.
The library was created to be able to render using immediate mode, vertex arrays, display lists, shaders, and or vbo's. The problem visualization renders using immediate mode or display lists (although some of the actors can be rendered using vbo's.) It presents the behavior both ways.
I like your idea about tracking vbo metrics. I already have a utility for tracking other metrics related to performance and "correctness". I'll have to create one for vbo's as well.
I'll see if I can set up a demo in the open source library that can exhibit the behavior. However, this could take a few days.
Thanks