[Android] Add GLSLES3 to the GLSL version enums. Add in the version and precision qualifier to the shader header.

This commit is contained in:
Ryan Houdek
2013-05-05 23:22:21 -05:00
parent 028a1a4971
commit cb5b9c0327
2 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,8 @@ void ClearEFBCache();
enum GLSL_VERSION {
GLSL_120,
GLSL_130,
GLSL_140 // and above
GLSL_140, // and above
GLSLES3
};
// ogl-only config, so not in VideoConfig.h