Interface TextureManager

All Known Implementing Classes:
G2DTextureManager, JoGLTextureManager

public interface TextureManager
Author:
Pierre Lando
  • Method Details

    • createTexture

      Texture createTexture()
      Texture creator.
      Returns:
      a new Texture
    • dispose

      void dispose(Collection<Texture> textures)
      Dispose the given textures.
      Parameters:
      textures - textures to dispose.
    • dispose

      void dispose(Texture texture)