| 39 | } |
| 40 | |
| 41 | void ExportRenderManager::shutdown() |
| 42 | { |
| 43 | MYGUI_PLATFORM_LOG(Info, "* Shutdown: " << getClassTypeName()); |
| 44 | |
| 45 | destroyAllTextures(); |
| 46 | mBatchInfo.clear(); |
| 47 | mExportVertexBuffer.clear(); |
| 48 | |
| 49 | MYGUI_PLATFORM_LOG(Info, getClassTypeName() << " successfully shutdown"); |
| 50 | } |
| 51 | |
| 52 | IVertexBuffer* ExportRenderManager::createVertexBuffer() |
| 53 | { |
nothing calls this directly
no test coverage detected