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

Method createGuiPlatform

Common/Base/DirectX/BaseManager.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void BaseManager::createGuiPlatform()
63 {
64 mPlatform = new MyGUI::DirectXPlatform();
65 setupResources();
66 mPlatform->initialise(mDevice);
67 }
68
69 void BaseManager::destroyGuiPlatform()
70 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected