MCPcopy 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
301bool hasExtension(const GLextension extension)
302{
303 return ExtensionRegistry::current().hasExtension(extension);
304}
305
306bool hasExtension(const std::string & extensionName)
307{

Callers 14

currentStateMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
hasExtensionMethod · 0.85

Calls 1

hasExtensionMethod · 0.80

Tested by

no test coverage detected