Comment about BGRA8888.

This commit is contained in:
Themaister 2014-01-01 21:57:32 +01:00
parent 08ba1ad14e
commit 69b104f9e4

View File

@ -1685,7 +1685,7 @@ static bool resolve_extensions(gl_t *gl)
driver.gfx_use_rgba = false;
#ifdef HAVE_OPENGLES2
if (gl_query_extension(gl, "BGRA8888"))
if (gl_query_extension(gl, "BGRA8888")) // There are both APPLE and EXT variants.
RARCH_LOG("[GL]: BGRA8888 extension found for GLES.\n");
else
{