MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~TextureAsync

Method ~TextureAsync

tests/cpp-tests/Source/Texture2dTest/Texture2dTest.cpp:1746–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744}
1745
1746TextureAsync::~TextureAsync()
1747{
1748 auto textureCache = Director::getInstance()->getTextureCache();
1749 textureCache->unbindAllImageAsync();
1750 textureCache->removeAllTextures();
1751}
1752
1753void TextureAsync::loadImages(float dt)
1754{

Callers

nothing calls this directly

Calls 4

getInstanceFunction · 0.85
getTextureCacheMethod · 0.80
unbindAllImageAsyncMethod · 0.80
removeAllTexturesMethod · 0.80

Tested by

no test coverage detected