mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
iOS: Fix xrgb8888 in gl driver (#16013)
This commit is contained in:
parent
437d9ddbf1
commit
0c1ee70ca0
@ -1179,7 +1179,7 @@ static void gl2_load_texture_image(GLenum target,
|
|||||||
GLenum type,
|
GLenum type,
|
||||||
const GLvoid * data)
|
const GLvoid * data)
|
||||||
{
|
{
|
||||||
#if !defined(HAVE_PSGL) && !defined(ORBIS) && !defined(VITA)
|
#if !defined(HAVE_PSGL) && !defined(ORBIS) && !defined(VITA) && !defined(IOS)
|
||||||
#ifdef HAVE_OPENGLES2
|
#ifdef HAVE_OPENGLES2
|
||||||
enum gl_capability_enum cap = GL_CAPS_TEX_STORAGE_EXT;
|
enum gl_capability_enum cap = GL_CAPS_TEX_STORAGE_EXT;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user