Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setThreaded
Method
setThreaded
src/eepp/graphics/textureatlasloader.cpp:318–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
void TextureAtlasLoader::setThreaded( const bool& threaded ) {
319
mThreaded = threaded;
320
}
321
322
const bool& TextureAtlasLoader::isLoaded() const {
323
return mLoaded;
Callers
1
loadFromStream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected