How do I resize pbuffer?
If .setSize() not impemented in my version of jogl (is there later veresio)
if I just create a new one, I think java dose no release an old one (looking at the task manager)
Thanks a lot
Ross
How do I resize pbuffer?
If .setSize() not impemented in my version of jogl (is there later veresio)
if I just create a new one, I think java dose no release an old one (looking at the task manager)
Thanks a lot
Ross
You have to destroy the old pbuffer and make a new one.
But how do I destroy it?
if I just assign different pointer to it, it seems to keep the memory (according to Task Manager)
Oops sorry. Sometimes I forget what is in the current release and what isn’t. There is no destruction method yet. I don’t htink there is an bug report for that yet so if you would file one that would be cool. I will polish up the fix and see if ken will check it in.