mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
One more sized format
This commit is contained in:
parent
18cfe90d0a
commit
c0bdc67458
@ -71,6 +71,11 @@ static void gl_size_format(GLint* internalFormat)
|
||||
*internalFormat = GL_RGBA8;
|
||||
#endif
|
||||
break;
|
||||
#ifdef HAVE_OPENGLES2
|
||||
case GL_BGRA:
|
||||
*internalFormat = GL_BGRA8_EXT;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user