MCPcopy Create free account
hub / github.com/SFML/SFML / display

Method display

src/SFML/Window/EglContext.cpp:224–228  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

222
223////////////////////////////////////////////////////////////
224void EglContext::display()
225{
226 if (m_surface != EGL_NO_SURFACE)
227 eglCheck(eglSwapBuffers(m_display, m_surface));
228}
229
230
231////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected