check for GL_ARB_sync, it's in ogl 3.2

This commit is contained in:
degasus
2013-02-06 01:05:19 +01:00
parent ef602fd643
commit e7a8d3f854
3 changed files with 7 additions and 2 deletions

View File

@ -165,6 +165,7 @@ struct VideoConfig
bool bSupportsGLSLUBO;
bool bSupportsGLSLCache;
bool bSupportsGLPinnedMemory;
bool bSupportsGLSync;
} backend_info;
// Utility