Add LLGLManager::mIsMobileGF

This commit is contained in:
Shyotl
2013-11-02 03:33:21 -05:00
parent 378dd14ade
commit 77eb928380
2 changed files with 16 additions and 1 deletions

View File

@@ -123,6 +123,11 @@ public:
BOOL mATIOffsetVerticalLines;
BOOL mATIOldDriver;
#if LL_DARWIN
// Needed to distinguish problem cards on older Macs that break with Materials
BOOL mIsMobileGF;
#endif
// Whether this version of GL is good enough for SL to use
BOOL mHasRequirements;