mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 13:02:27 +00:00
OpenGL ES should not reach this code
This commit is contained in:
parent
a74813c9ea
commit
67c2965612
@ -135,10 +135,11 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||
#ifdef HAVE_OPENGLES
|
||||
if (gles3)
|
||||
return true;
|
||||
#endif
|
||||
#else
|
||||
if (gl_query_extension("ARB_sync") &&
|
||||
glFenceSync && glDeleteSync && glClientWaitSync)
|
||||
return true;
|
||||
#endif
|
||||
break;
|
||||
case GL_CAPS_MIPMAP:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user