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

Method createSurface

src/SFML/Window/EglContext.cpp:253–256  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252////////////////////////////////////////////////////////////
253void EglContext::createSurface(EGLNativeWindowType window)
254{
255 m_surface = eglCheck(eglCreateWindowSurface(m_display, m_config, window, nullptr));
256}
257
258
259////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected