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

Method createGuiPlatform

Common/Base/OpenGL3/BaseManager.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void BaseManager::createGuiPlatform()
34 {
35 mPlatform = new MyGUI::OpenGL3Platform();
36 setupResources();
37 mPlatform->initialise(this);
38 }
39
40 void BaseManager::destroyGuiPlatform()
41 {

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected