Definition TextureManager.hpp:45
static void removeTexture(std::shared_ptr< TextureData > textureDataToRemove)
Removes the texture.
static void copyTexture(std::shared_ptr< TextureData > textureDataToCopy)
Shares the image with another texture.
static std::shared_ptr< TextureData > getTexture(Texture &texture, const String &filename, bool smooth)
Loads a texture.
Definition Texture.hpp:49