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

Function ExportPlatform_Destroy

Wrappers/MyGUI_Export/ExportPlatform.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 MYGUIEXPORT void MYGUICALL ExportPlatform_Destroy()
17 {
18 mPlatform->shutdown();
19 delete mPlatform;
20 mPlatform = nullptr;
21 }
22
23 MYGUIEXPORT void MYGUICALL ExportRenderManager_DrawOneFrame()
24 {

Callers 1

DestroyPlatformMethod · 0.85

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected