(Desktop GL) GL_CAPS_BGRA8888 - return true by default

This commit is contained in:
twinaphex 2016-11-08 19:11:54 +01:00
parent 83d91ae85a
commit f6b273e1be

View File

@ -303,7 +303,7 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
return true;
#else
/* TODO/FIXME - implement this for non-GLES? */
return true;
#endif
break;
case GL_CAPS_NONE: