diff options
| author | degasus <wickmarkus@web.de> | 2013-02-06 01:05:19 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2013-02-06 01:05:19 +0100 |
| commit | e7a8d3f854825fbcbf70c89905fae8d035fe8598 (patch) | |
| tree | d2cc0bf02038a1021d2b941cd3466c48907e29b9 /Source/Core/VideoCommon | |
| parent | ef602fd643ff9eebb86bd03219e44493b0c6441a (diff) | |
check for GL_ARB_sync, it's in ogl 3.2
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoConfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoConfig.h b/Source/Core/VideoCommon/Src/VideoConfig.h index 886ed15311..84a2321103 100644 --- a/Source/Core/VideoCommon/Src/VideoConfig.h +++ b/Source/Core/VideoCommon/Src/VideoConfig.h @@ -165,6 +165,7 @@ struct VideoConfig bool bSupportsGLSLUBO; bool bSupportsGLSLCache; bool bSupportsGLPinnedMemory; + bool bSupportsGLSync; } backend_info; // Utility |
