class mrpt::opengl::internal::TexturesCache

class TexturesCache
{
public:
    // structs

    struct CachedTexturesInfo;

    //
methods

    static TexturesCache& Instance();

    CachedTexturesInfo& get(
        const CAssimpModel::filepath_t& texturePath,
        bool verboseLoad
        );
};