Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ destroyGuiPlatform
Method
destroyGuiPlatform
Common/Base/DirectX11/BaseManager.cpp:118–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void BaseManager::destroyGuiPlatform()
119
{
120
if (mPlatform)
121
{
122
mPlatform->shutdown();
123
delete mPlatform;
124
mPlatform = nullptr;
125
}
126
}
127
128
void BaseManager::drawOneFrame()
129
{
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected