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

Method getInstancePtr

Wrappers/MyGUI_Export/MyGUI_ExportRenderManager.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 ExportRenderManager* ExportRenderManager::getInstancePtr()
22 {
23 return static_cast<ExportRenderManager*>(RenderManager::getInstancePtr());
24 }
25
26 ExportRenderManager::ExportRenderManager() :
27 mUpdate(false),

Callers

nothing calls this directly

Calls 1

getInstancePtrFunction · 0.85

Tested by

no test coverage detected