summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl3.c
blob: e145bf41d3ede90d30ce668f0a97db0485ac6dfe (plain)
1
2
3
4
5
6
7
8
#define GLAPI

// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes are parsed.
#define GL_GLEXT_PROTOTYPES

#include <GL/glcorearb.h>
#include <GL/glcorearbext.h>