mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- 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…
Reference in a new issue