MCPcopy Create free account
hub / github.com/axmolengine/axmol / unbindAllImageAsync

Method unbindAllImageAsync

core/renderer/TextureCache.cpp:243–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void TextureCache::unbindAllImageAsync()
244{
245 if (_asyncStructQueue.empty())
246 {
247 return;
248 }
249 for (auto&& asyncStruct : _asyncStructQueue)
250 {
251 asyncStruct->callback = nullptr;
252 }
253}
254
255void TextureCache::loadImage()
256{

Callers 3

~TextureAsyncMethod · 0.80
~TextureCacheTestMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 3

~TextureAsyncMethod · 0.64
~TextureCacheTestMethod · 0.64