Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ hasExtension
Function
hasExtension
source/globjects/source/globjects.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool hasExtension(const GLextension extension)
302
{
303
return ExtensionRegistry::current().hasExtension(extension);
304
}
305
306
bool hasExtension(const std::string & extensionName)
307
{
Callers
14
currentState
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
hasExtension
Method · 0.85
Calls
1
hasExtension
Method · 0.80
Tested by
no test coverage detected