I’m using libGDX. When my game loads I show a splash screen, and this image is never shown again until you restart the game.
I’d like to release memory this texture occupies (it’s 1024x512 png) after splash screen is removed, but I fail to see a method to do so in libGDX docs. Any ideas?