- incremented version to 3.6.1-dev

- a few changes to opengl version checking (now uses glew)
This commit is contained in:
Mark Vejvoda
2011-12-06 01:34:51 +00:00
parent dc6cd9281f
commit b6d7d1234c
5 changed files with 53 additions and 49 deletions

View File

@@ -36,7 +36,7 @@ void setVBOSupported(bool value);
void overrideGlExtensionSupport(const char *extensionName,bool value);
bool isGlExtensionSupported(const char *extensionName);
bool isGlVersionSupported(int major, int minor, int release);
//bool isGlVersionSupported(int major, int minor, int release);
const char *getGlVersion();
const char *getGlRenderer();
const char *getGlVendor();