Changed to proper GLSL version
This commit is contained in:
parent
9d635f0629
commit
b72ca04605
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ ShaderGLES3::Version* ShaderGLES3::get_current_version() {
|
||||||
|
|
||||||
Vector<const char*> strings;
|
Vector<const char*> strings;
|
||||||
#ifdef GLES_OVER_GL
|
#ifdef GLES_OVER_GL
|
||||||
//strings.push_back("#version 330\n");
|
strings.push_back("#version 330\n");
|
||||||
strings.push_back("#version 300 es\n");
|
//strings.push_back("#version 300 es\n");
|
||||||
#else
|
#else
|
||||||
strings.push_back("#version 300 es\n"); //ATI requieres this before anything
|
strings.push_back("#version 300 es\n"); //ATI requieres this before anything
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue