Definition: TextureManager.hpp:45
static void removeTexture(const std::shared_ptr< TextureData > &textureDataToRemove)
Removes the texture.
static void copyTexture(const 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:52