struct mrpt::opengl::CAssimpModel::TInfoPerTexture

Overview

#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;
};