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
committed by Sonicadvance1
parent 4a84c6f742
commit 2fbca145cb
6 changed files with 26 additions and 76 deletions

View File

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