- don't modify gl_customshader cvar in GLES backend; the backend will not show custom shaders anyhow
This commit is contained in:
parent
254da4b769
commit
ab27d1dd33
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ namespace OpenGLESRenderer
|
|||
gles.modelstring = (char*)glGetString(GL_RENDERER);
|
||||
gles.vendorstring = (char*)glGetString(GL_VENDOR);
|
||||
|
||||
gl_customshader = false;
|
||||
//gl_customshader = false;
|
||||
|
||||
GLint maxTextureSize[1];
|
||||
glGetIntegerv(GL_MAX_TEXTURE_SIZE, maxTextureSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue