Interface TextureManager
- All Known Implementing Classes:
G2DTextureManager, JoGLTextureManager
public interface TextureManager
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionTexture creator.voiddispose(Collection<Texture> textures) Dispose the given textures.void
-
Method Details
-
createTexture
-
dispose
Dispose the given textures.- Parameters:
textures- textures to dispose.
-
dispose
-