#include <osg/Export>
#include <string>
Namespaces | |
namespace | osg |
Defines | |
#define | OSG_GLEXTENSIONS 1 |
Functions | |
OSG_EXPORT float | osg::getGLVersionNumber () |
OSG_EXPORT bool | osg::isGLExtensionSupported (unsigned int contextID, const char *extension) |
OSG_EXPORT void * | osg::getGLExtensionFuncPtr (const char *funcName) |
OSG_EXPORT void | osg::setGLExtensionDisableString (const std::string &disableString) |
OSG_EXPORT std::string & | osg::getGLExtensionDisableString () |
void * | osg::getGLExtensionFuncPtr (const char *funcName, const char *fallbackFuncName) |
OSG_EXPORT bool | osg::isGLUExtensionSupported (unsigned int contextID, const char *extension) |
#define OSG_GLEXTENSIONS 1 |