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

Method shutdown

Wrappers/MyGUI_Export/MyGUI_ExportPlatform.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void ExportPlatform::shutdown()
44 {
45 mRenderManager->shutdown();
46 mDataManager->shutdown();
47 }
48
49 ExportRenderManager* ExportPlatform::getRenderManagerPtr() const
50 {

Callers 5

ExportPlatform_DestroyFunction · 0.45
ExportGui_DestroyFunction · 0.45
DestroyPlatformFunction · 0.45
DestroyGuiFunction · 0.45
Export_DestroyGUIFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected