Macros | |
| #define | OGLPLUS_HAS_GL_EXT(VENDOR, EXTENSION) OGLPLUS_EXTENSION_AVAILABLE(VENDOR,EXTENSION) |
| Allows to check is the specified extension is available. More... | |
Classes in this group implement wrappers around OpenGL extensions.
| #define OGLPLUS_HAS_GL_EXT | ( | VENDOR, | |
| EXTENSION | |||
| ) | OGLPLUS_EXTENSION_AVAILABLE(VENDOR,EXTENSION) |
Allows to check is the specified extension is available.
Example of usage: