Merge pull request #3336 from Sonicadvance1/improve_glextensions

[GLExtensions] Improve the extension loader.
This commit is contained in:
Ryan Houdek
2016-01-01 13:01:51 -05:00
3 changed files with 638 additions and 682 deletions

View File

@ -41,7 +41,6 @@ struct VideoConfig
bool bSupportsGLBufferStorage;
bool bSupportsMSAA;
GLSL_VERSION eSupportedGLSLVersion;
bool bSupportOGL31;
bool bSupportViewportFloat;
bool bSupportsAEP;
bool bSupportsDebug;