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