mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-06 05:40:56 +00:00
Remove gl_customshader use
This commit is contained in:
parent
0358cb672a
commit
4b949fbe5b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,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