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

Method initialise

Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:28–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void OpenGL3Platform::initialise(OpenGL3ImageLoader* _loader, std::string_view _logName)
29 {
30 assert(!mIsInitialise);
31 mIsInitialise = true;
32
33 if (!_logName.empty())
34 LogManager::getInstance().createDefaultSource(_logName);
35
36 mRenderManager->initialise(_loader);
37 mDataManager->initialise();
38 }
39
40 void OpenGL3Platform::shutdown()
41 {

Callers

nothing calls this directly

Calls 2

createDefaultSourceMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected