mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +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
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define GL_RGBA32F GL_RGBA32F_ARB
|
||||
#endif
|
||||
|
||||
////////////////// Shaders
|
||||
|
||||
#ifdef HAVE_OPENGLES2
|
||||
|
Loading…
x
Reference in New Issue
Block a user