Give OSX users more of a chance of supporting Single pass DSB in the future.

This commit is contained in:
Ryan Houdek
2011-12-21 01:29:29 -06:00
committed by Sonicadvance1
parent d012c75005
commit 9996f27120
6 changed files with 32 additions and 12 deletions

View File

@ -167,6 +167,7 @@ struct VideoConfig
bool bSupportsGLSL;
bool bSupportsGLSLBinding;
bool bSupportsGLSLUBO;
bool bSupportsGLSLATTRBind;
bool bSupportsGLSLCache;
} backend_info;
};