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

Method drawOneFrame

Common/Base/Dummy/BaseManager.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void BaseManager::drawOneFrame()
33 {
34 if (mPlatform)
35 mPlatform->getRenderManagerPtr()->drawOneFrame();
36 }
37
38 void BaseManager::resizeRender(int _width, int _height)
39 {

Callers

nothing calls this directly

Calls 1

getRenderManagerPtrMethod · 0.45

Tested by

no test coverage detected