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

Method getFunction

src/SFML/Window/Context.cpp:138–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

136
137////////////////////////////////////////////////////////////
138GlFunctionPointer Context::getFunction(const char* name)
139{
140 assert(name && "Context::getFunction Name must not be null");
141 return priv::GlContext::getFunction(name);
142}
143
144
145////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

getFunctionFunction · 0.85

Tested by

no test coverage detected