maybites / TextureSharing

Spout for Blender
118 stars 12 forks source link

release of off screen buffers #1

Closed maybites closed 7 months ago

maybites commented 5 years ago

the off screen buffer needs to be more carefully handled. The current implementation is probably creating a memory leak.

https://docs.blender.org/api/blender2.8/gpu.types.html#gpu.types.GPUOffScreen https://docs.blender.org/api/blender2.8/gpu.html#copy-offscreen-rendering-result-back-to-ram

maybites commented 7 months ago

doesn't seem to be the case anymore