MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getTextureAtlas

Method getTextureAtlas

src/eepp/graphics/textureatlasloader.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219TextureAtlas* TextureAtlasLoader::getTextureAtlas() const {
220 return mTextureAtlas;
221}
222
223void TextureAtlasLoader::createTextureRegions() {
224 mIsLoading = false;

Callers 4

loadFromFileMethod · 0.45
loadFromStreamMethod · 0.45
loadFromMemoryMethod · 0.45
loadFromPackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected