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

Function isInCoreProfile

source/globjects/source/globjects.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool isInCoreProfile(const GLextension extension, const glbinding::Version & version)
312{
313 return ExtensionRegistry::current().isInCoreProfile(extension, version);
314}
315
316bool isInCoreProfile(const GLextension extension)
317{

Callers 2

hasExtensionMethod · 0.85
isInCoreProfileMethod · 0.85

Calls 1

isInCoreProfileMethod · 0.80

Tested by

no test coverage detected