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

Function ExportRenderManager_DrawOneFrame

Wrappers/MyGUI_Export/ExportPlatform.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 MYGUIEXPORT void MYGUICALL ExportRenderManager_DrawOneFrame()
24 {
25 mPlatform->getRenderManagerPtr()->drawOneFrame();
26 }
27
28 MYGUIEXPORT void MYGUICALL ExportRenderManager_SetViewSize(
29 Convert<int>::Type _width,

Callers 1

DrawOneFrameMethod · 0.85

Calls 2

drawOneFrameMethod · 0.45
getRenderManagerPtrMethod · 0.45

Tested by

no test coverage detected