| 133 | } |
| 134 | |
| 135 | TextureDemo::~TextureDemo() |
| 136 | { |
| 137 | auto textureCache = Director::getInstance()->getTextureCache(); |
| 138 | textureCache->removeUnusedTextures(); |
| 139 | AXLOGD("{}\n", textureCache->getCachedTextureInfo()); |
| 140 | } |
| 141 | |
| 142 | //------------------------------------------------------------------ |
| 143 | // |
nothing calls this directly
no test coverage detected