MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / UpdateFrame

Method UpdateFrame

Source/SysGL/Graphics/GraphicsContextGL.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void GraphicsContextGL::UpdateFrame( bool wait_for_vbl )
208{
209 glfwSwapBuffers(gWindow);
210// if( gCleanSceneEnabled ) //TODO: This should be optional
211 {
212 ClearColBuffer( c32(0xff000000) ); // ToDo : Use gFillColor instead?
213 }
214}

Callers 1

UpdateScreenMethod · 0.45

Calls 1

c32Class · 0.50

Tested by

no test coverage detected