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

Method destroyGuiPlatform

Common/Base/OpenGL/BaseManager.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void BaseManager::destroyGuiPlatform()
41 {
42 if (mPlatform)
43 {
44 mPlatform->shutdown();
45 delete mPlatform;
46 mPlatform = nullptr;
47 }
48 }
49
50 void BaseManager::drawOneFrame()
51 {

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected