class mrpt::opengl::internal::TexturesCache

Overview

class TexturesCache
{
public:
    // structs

    struct CachedTexturesInfo;

    // methods

    static TexturesCache& Instance();

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