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

Method destroyTextureCache

core/base/Director.cpp:444–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void Director::destroyTextureCache()
445{
446 if (_textureCache)
447 {
448 _textureCache->waitForQuit();
449 AX_SAFE_RELEASE_NULL(_textureCache);
450 }
451}
452
453void Director::setViewport()
454{

Callers

nothing calls this directly

Calls 1

waitForQuitMethod · 0.80

Tested by

no test coverage detected