WIP immediates and proper buffers swapping
This commit is contained in:
parent
b72ca04605
commit
7cf8d75cf8
9 changed files with 185 additions and 26 deletions
|
|
@ -222,9 +222,8 @@ ShaderGLES3::Version* ShaderGLES3::get_current_version() {
|
|||
Vector<const char*> strings;
|
||||
#ifdef GLES_OVER_GL
|
||||
strings.push_back("#version 330\n");
|
||||
//strings.push_back("#version 300 es\n");
|
||||
#else
|
||||
strings.push_back("#version 300 es\n"); //ATI requieres this before anything
|
||||
strings.push_back("#version 300 es\n");
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue