MPMA Framework 0.4
|
OpenGL Extension setup. More...
Go to the source code of this file.
Namespaces | |
namespace | GFX |
Graphics. | |
Functions | |
bool | GFX::IsExtensionAvailable (const std::string &name) |
Returns whether a specifically named OpenGL extension is present on the current system. | |
VoidFuncPtrType | GFX::GetExtensionFunction (const std::string &name) |
Returns a pointer to a OpenGL extension function with a specific name, or 0 if not found. |
OpenGL Extension setup.