Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ destroyGuiPlatform
Method
destroyGuiPlatform
Common/Base/OpenGLES/BaseManager.cpp:48–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void BaseManager::destroyGuiPlatform()
49
{
50
if (mPlatform)
51
{
52
mPlatform->shutdown();
53
delete mPlatform;
54
mPlatform = nullptr;
55
}
56
}
57
58
void BaseManager::drawOneFrame()
59
{
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected