| 442 | } |
| 443 | |
| 444 | void Director::destroyTextureCache() |
| 445 | { |
| 446 | if (_textureCache) |
| 447 | { |
| 448 | _textureCache->waitForQuit(); |
| 449 | AX_SAFE_RELEASE_NULL(_textureCache); |
| 450 | } |
| 451 | } |
| 452 | |
| 453 | void Director::setViewport() |
| 454 | { |
nothing calls this directly
no test coverage detected