hhergeth / CudaTracerLib

A library for ray tracing based rendering algorithms using CUDA
GNU General Public License v3.0
50 stars 9 forks source link

Texture memory leak #6

Closed hhergeth closed 8 years ago

hhergeth commented 8 years ago

Mipmaps will possibly leak memory when freed in CachedStream. ~DynamicScene will not free these objects due to them no longer being referenced.

hhergeth commented 8 years ago

DynamicScene ::UpdateScene does in fact handle this case.