Revert "- don't modify gl_customshader cvar in GLES backend; the backend will not show custom shaders anyhow"

This reverts commit ab27d1dd33.
This commit is contained in:
Rachael Alexanderson 2022-04-21 02:48:07 -04:00
parent 40e50f07e9
commit 991b4725dd

View file

@ -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);