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

Method createGuiPlatform

Common/Base/OpenGLES/BaseManager.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void BaseManager::createGuiPlatform()
42 {
43 mPlatform = new MyGUI::OpenGLESPlatform();
44 setupResources();
45 mPlatform->initialise(this);
46 }
47
48 void BaseManager::destroyGuiPlatform()
49 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected