mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-13 16:01:05 +00:00
Merge pull request #4340 from loganmc10/patch-9
Use this code for GLES2 and GLES3
This commit is contained in:
commit
ee6cbd0bbf
@ -642,7 +642,7 @@ static void gl_init_textures(gl_t *gl, const video_info_t *video)
|
||||
texture_fmt = gl->texture_fmt;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENGLES2
|
||||
#if defined(HAVE_OPENGLES) && !defined(HAVE_PSGL)
|
||||
/* GLES is picky about which format we use here.
|
||||
* Without extensions, we can *only* render to 16-bit FBOs. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user