Above case should handle this already

This commit is contained in:
twinaphex 2016-08-03 00:24:03 +02:00
parent 02f0b4a428
commit b7b5ffe28c

View File

@ -531,8 +531,6 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
* should be purposefully avoided. */
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
return true;
if (gl_query_extension("APPLE_texture_format_BGRA8888"))
return true;
#else
/* TODO/FIXME - implement this for non-GLES? */
#endif