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

Method initialise

Wrappers/MyGUI_Export/MyGUI_ExportRenderManager.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void ExportRenderManager::initialise()
33 {
34 MYGUI_PLATFORM_LOG(Info, "* Initialise: " << getClassTypeName());
35
36 mUpdate = false;
37
38 MYGUI_PLATFORM_LOG(Info, getClassTypeName() << " successfully initialized");
39 }
40
41 void ExportRenderManager::shutdown()
42 {

Callers

nothing calls this directly

Calls 1

getClassTypeNameFunction · 0.85

Tested by

no test coverage detected