MCPcopy Create free account
hub / github.com/cginternals/globjects / end

Method end

source/globjects/source/registry/ExtensionRegistry.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34std::set<GLextension>::iterator ExtensionRegistry::end()
35{
36 return availableExtensions().end();
37}
38
39const std::set<GLextension> & ExtensionRegistry::availableExtensions()
40{

Callers 1

hasExtensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected