diff options
Diffstat (limited to 'make/stub_includes/opengl/gl3.c')
-rw-r--r-- | make/stub_includes/opengl/gl3.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/make/stub_includes/opengl/gl3.c b/make/stub_includes/opengl/gl3.c index ff035e40b..e145bf41d 100644 --- a/make/stub_includes/opengl/gl3.c +++ b/make/stub_includes/opengl/gl3.c @@ -1,13 +1,8 @@ #define GLAPI -// Define GL3_PROTOTYPES so that the OpenGL prototypes in -// "gl3.h" are parsed. -#define GL3_PROTOTYPES +// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes are parsed. +#define GL_GLEXT_PROTOTYPES -// Define GL_GL3EXT_PROTOTYPES so that the OpenGL extension prototypes in -// "gl3ext.h" are parsed. -#define GL_GL3EXT_PROTOTYPES - -#include <GL3/gl3.h> -#include <GL3/gl3ext.h> +#include <GL/glcorearb.h> +#include <GL/glcorearbext.h> |