struct mrpt::opengl::CAssimpModel::TInfoPerTexture

#include <mrpt/opengl/CAssimpModel.h>

struct TInfoPerTexture
{
    //
fields

    size_t id_idx = std::string::npos;
    mrpt::img::CImage img_rgb;
    std::optional<mrpt::img::CImage> img_alpha;
};