Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
TextureAtlas* TextureAtlasLoader::getTextureAtlas() const {
220
return mTextureAtlas;
221
}
222
223
void TextureAtlasLoader::createTextureRegions() {
224
mIsLoading = false;
Callers
4
loadFromFile
Method · 0.45
loadFromStream
Method · 0.45
loadFromMemory
Method · 0.45
loadFromPack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected