mgsx-dev/gdx-gltf

Pixmaps: novel about unpredictable disposing

imcasper opened this issue · 0 comments

GLTFAssetLoader:ManagedTextureResolver:loadTextures
(lines 54-56).

What's the point in cleaning those pixmaps SOMETIMES?
As far as I understand different texture loading behavior leads to unpredictable dispose of pixmaps.
In practice, most models are loaded in one way (without pixmap dispose), but some models are loaded with pixmap dispose)
I use pixmaps to post-process models after loading.
If I need memory, I prefer to clean up explicitly.

Thanks for attention