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

Method createGuiPlatform

Common/Base/DirectX11/BaseManager.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void BaseManager::createGuiPlatform()
112 {
113 mPlatform = new MyGUI::DirectX11Platform();
114 setupResources();
115 mPlatform->initialise(mDevice);
116 }
117
118 void BaseManager::destroyGuiPlatform()
119 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected