Remove bSupportsGLSLLocation since it won't work how I expect it.

This commit is contained in:
Ryan Houdek
2011-12-09 19:14:02 -06:00
parent 4fe9792760
commit e8087aa1a9
6 changed files with 26 additions and 76 deletions

View File

@ -170,7 +170,6 @@ struct VideoConfig
bool bSupportsGLSL;
bool bSupportsGLSLBinding;
bool bSupportsGLSLLocation;
bool bSupportsGLSLUBO;
} backend_info;
};