MCPcopy Create free account
hub / github.com/cginternals/glbinding / extensions

Method extensions

source/glbinding-aux/source/ContextInfo.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208std::set<GLextension> ContextInfo::extensions()
209{
210 return ::extensions(nullptr);
211}
212
213std::set<GLextension> ContextInfo::extensions(std::set<std::string> & unknown)
214{

Callers

nothing calls this directly

Calls 1

extensionsFunction · 0.85

Tested by

no test coverage detected