You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: