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

Method getFunction

src/SFML/Window/EglContext.cpp:202–207  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200
201////////////////////////////////////////////////////////////
202GlFunctionPointer EglContext::getFunction(const char* name)
203{
204 EglContextImpl::ensureInit();
205
206 return eglGetProcAddress(name);
207}
208
209
210////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

ensureInitFunction · 0.70

Tested by

no test coverage detected