mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
Fix warning.
This commit is contained in:
parent
a545964be8
commit
a2839001f7
2
gfx/gl.c
2
gfx/gl.c
@ -94,7 +94,7 @@ const GLfloat *default_vertex_ptr = vertexes_flipped;
|
||||
memcpy(&(pgl##SYM), &sym, sizeof(sym)); \
|
||||
}
|
||||
|
||||
#ifdef HAVE_EGL
|
||||
#if defined(HAVE_EGL) && defined(HAVE_OPENGLES2)
|
||||
static PFNGLEGLIMAGETARGETTEXTURE2DOESPROC pglEGLImageTargetTexture2DOES;
|
||||
|
||||
static bool load_eglimage_proc(gl_t *gl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user