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

Method initialise

Platforms/OpenGLES/OpenGLESPlatform/src/MyGUI_OpenGLESPlatform.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void OpenGLESPlatform::initialise(OpenGLESImageLoader* _loader, std::string_view _logName)
23 {
24 assert(!mIsInitialise);
25 mIsInitialise = true;
26
27 if (!_logName.empty())
28 LogManager::getInstance().createDefaultSource(_logName);
29
30 mRenderManager->initialise(_loader);
31 mDataManager->initialise();
32 }
33
34 void OpenGLESPlatform::shutdown()
35 {

Callers

nothing calls this directly

Calls 2

createDefaultSourceMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected