Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
std::set<GLextension>::iterator ExtensionRegistry::end()
35
{
36
return availableExtensions().end();
37
}
38
39
const std::set<GLextension> & ExtensionRegistry::availableExtensions()
40
{
Callers
1
hasExtension
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected