MCPcopy Create free account
hub / github.com/MyGUI/mygui / shutdown

Method shutdown

Wrappers/MyGUI_Export/MyGUI_ExportRenderManager.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

getClassTypeNameFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected