MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / FrameEnd

Method FrameEnd

Source/Window.cpp:319–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void cWindow::FrameEnd() {
320
321 SDL_RenderPresent( mRenderer );
322 SDL_SetRenderDrawColor(mRenderer, 0, 0, 0, 0);
323#ifndef EMSCRIPTEN
324 SDL_RenderClear( mRenderer );
325#endif
326}
327
328void cWindow::PositionWindow() {
329

Callers 2

menu_loopFunction · 0.80
Video_SurfaceRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected