[client] imgui: use ES 3.0 and remove glew dependency

If we specifically tell ImGui's OpenGL 3.x backend to target OpenGL ES 3.0,
then no extension loader is necessary.
This commit is contained in:
Quantum
2021-07-18 02:38:37 -04:00
committed by Geoffrey McRae
parent c6a6230a56
commit 42d8f31eba
4 changed files with 2 additions and 15 deletions

View File

@@ -25,9 +25,6 @@
#include <EGL/egl.h>
#include <GL/gl.h>
// if GLEW is included, GLeglImageOES was not defined
typedef void * GLeglImageOES;
typedef EGLDisplay (*eglGetPlatformDisplayEXT_t)(EGLenum platform,
void *native_display, const EGLint *attrib_list);
typedef void (*eglSwapBuffersWithDamageKHR_t)(EGLDisplay dpy,