struct EE::Graphics::TextureFactory::TextureDeleter

#include <texturefactory.hpp>

struct TextureDeleter {
    // methods

    void operator()(Texture* texture) const;
};