MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / TextureResource

Method TextureResource

src/resources/TextureResource.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8std::map< std::string, std::weak_ptr<TextureResource> > TextureResource::sTextureMap;
9
10TextureResource::TextureResource(const ResourceManager& rm, const std::string& path) : mTextureID(0), mPath(path), mTextureSize(Eigen::Vector2i::Zero())
11{
12 reload(rm);
13}
14
15TextureResource::~TextureResource()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected