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

Method drawOneFrame

Common/Base/DirectX11/BaseManager.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void BaseManager::drawOneFrame()
129 {
130 const float clearColor[] = {0.0f, 0.0f, 0.0f, 1.0f};
131 mDeviceContext->ClearRenderTargetView(mRenderTarget, clearColor);
132 mPlatform->getRenderManagerPtr()->drawOneFrame();
133 mSwapChain->Present(0, 0);
134 }
135
136 void BaseManager::resizeRender(int _width, int _height)
137 {

Callers

nothing calls this directly

Calls 1

getRenderManagerPtrMethod · 0.45

Tested by

no test coverage detected