| 1744 | } |
| 1745 | |
| 1746 | TextureAsync::~TextureAsync() |
| 1747 | { |
| 1748 | auto textureCache = Director::getInstance()->getTextureCache(); |
| 1749 | textureCache->unbindAllImageAsync(); |
| 1750 | textureCache->removeAllTextures(); |
| 1751 | } |
| 1752 | |
| 1753 | void TextureAsync::loadImages(float dt) |
| 1754 | { |
nothing calls this directly
no test coverage detected