struct EE::Graphics::TextureFactory::LiveTextureRecord

#include <texturefactory.hpp>

struct LiveTextureRecord {
    // fields

    ResourceId id;
    TextureWeakPtr texture;
};