MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / swapBuffer

Method swapBuffer

examples/OpenGLWindow/SimpleOpenGL2App.cpp:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void SimpleOpenGL2App::swapBuffer()
298{
299 m_window->endRendering();
300 m_window->startRendering();
301}
302
303void SimpleOpenGL2App::drawText(const char* txt, int posXi, int posYi, float size, float colorRGBA[4])
304{

Callers

nothing calls this directly

Calls 2

endRenderingMethod · 0.45
startRenderingMethod · 0.45

Tested by

no test coverage detected