mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Rename apple_bind_game_view_fbo to cocoagl_bind_game_view_fbo
This commit is contained in:
parent
d74f5ad3aa
commit
8c528bb79a
@ -304,8 +304,8 @@ static void gl_disable_client_arrays(gl_t *gl)
|
|||||||
|
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
/* There is no default frame buffer on iOS. */
|
/* There is no default frame buffer on iOS. */
|
||||||
void apple_bind_game_view_fbo(void);
|
void cocoagl_bind_game_view_fbo(void);
|
||||||
#define gl_bind_backbuffer() apple_bind_game_view_fbo()
|
#define gl_bind_backbuffer() cocoagl_bind_game_view_fbo()
|
||||||
#else
|
#else
|
||||||
#define gl_bind_backbuffer() glBindFramebuffer(RARCH_GL_FRAMEBUFFER, 0)
|
#define gl_bind_backbuffer() glBindFramebuffer(RARCH_GL_FRAMEBUFFER, 0)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user