Commit 767026d4 authored by Laurent Aimar's avatar Laurent Aimar

Tried to fix the macosx opengl.c compilation issue.

parent bf09056a
......@@ -53,6 +53,13 @@
# define MACOS_OPENGL
# include <OpenGL/glext.h>
# endif
# define PFNGLGENPROGRAMSARBPROC typeof(glGenProgramsARB)*
# define PFNGLBINDPROGRAMARBPROC typeof(glBindProgramARB)*
# define PFNGLPROGRAMSTRINGARBPROC typeof(glProgramStringARB)*
# define PFNGLDELETEPROGRAMSARBPROC typeof(glDeleteProgramsARB)*
# define PFNGLPROGRAMLOCALPARAMETER4FVARBPROC typeof(glProgramLocalParameter4fvARB)*
# define PFNGLACTIVETEXTUREARBPROC typeof(glActiveTextureARB)*
# define PFNGLMULTITEXCOORD2FARBPROC typeof(glMultiTexCoord2fARB)*
#endif
/* RV16 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment