mirror of
https://github.com/libretro/RetroArch
synced 2025-02-26 06:40:39 +00:00
Comment about BGRA8888.
This commit is contained in:
parent
08ba1ad14e
commit
69b104f9e4
2
gfx/gl.c
2
gfx/gl.c
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user