diff options
Diffstat (limited to 'make/stub_includes/opengl/gl4.c')
-rw-r--r-- | make/stub_includes/opengl/gl4.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/make/stub_includes/opengl/gl4.c b/make/stub_includes/opengl/gl4.c index 3a3adf0f4..e145bf41d 100644 --- a/make/stub_includes/opengl/gl4.c +++ b/make/stub_includes/opengl/gl4.c @@ -1,12 +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 <GL/glcorearb.h> +#include <GL/glcorearbext.h> -#include <GL3/gl3.h> -#include <GL3/gl3ext.h> |