Re: [osg-users] Texture image memory leak issue

2011-12-12 Thread Filip Arlet
Hi, if you check your program on memory leaks (for example with visual leak detector) and don't find any leaks, it's probably fine. The problem is in memory management. There are many things that can cause increasing memory: 1) Creating any type of object or buffer on GPU is slow operation, so

Re: [osg-users] Texture image memory leak issue

2011-12-12 Thread Poirier, Guillaume
@lists.openscenegraph.org Subject: Re: [osg-users] Texture image memory leak issue Hi, if you check your program on memory leaks (for example with visual leak detector) and don't find any leaks, it's probably fine. The problem is in memory management. There are many things that can cause increasing