MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / getQueueSize

Method getQueueSize

src/server/gui/core/resources/TextureDataManager.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99size_t TextureDataManager::getQueueSize()
100{
101 return mLoader->getQueueSize();
102}
103
104void TextureDataManager::load(std::shared_ptr<TextureData> tex, bool block)
105{

Callers 1

getTotalMemUsageMethod · 0.80

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected