-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
public final Image[] boundTextures = new Image[16];
Let's say for example an application uses maximum 14 textures in every material.
If during runtime the application changes to use max 13 textures, the 14 unit will never be touched again and the reference held by RenderContext will prevent the image object from beeing gced.
Possible fix: Use WeakReferences
tlf30
Metadata
Metadata
Assignees
Labels
No labels