mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 04:20:29 +00:00
(OSX) Build fix for gfx/gl.c
This commit is contained in:
parent
21fcc5c14b
commit
a8eaeece3d
4
gfx/gl.c
4
gfx/gl.c
@ -211,6 +211,10 @@ static inline bool load_gl_proc_win32(gl_t *gl)
|
|||||||
#define pglUnmapBuffer glUnmapBuffer
|
#define pglUnmapBuffer glUnmapBuffer
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#define GL_RGBA32F GL_RGBA32F_ARB
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////// Shaders
|
////////////////// Shaders
|
||||||
|
|
||||||
#ifdef HAVE_OPENGLES2
|
#ifdef HAVE_OPENGLES2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user