Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ destroyGuiPlatform
Method
destroyGuiPlatform
Common/Base/DirectX/BaseManager.cpp:69–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void BaseManager::destroyGuiPlatform()
70
{
71
if (mPlatform)
72
{
73
mPlatform->shutdown();
74
delete mPlatform;
75
mPlatform = nullptr;
76
}
77
}
78
79
void BaseManager::drawOneFrame()
80
{
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected