aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl3bc.c
blob: 78006575df5ae16159095bcedb08055ccee453fa (plain)
1
2
3
4
5
6
7
8
9
10
11
#define GLAPI

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

#include <GL/gl.h>
#include <GL/glext-supplement.h>
#include <GL/glext.h>

#include <GL/glcorearbext.h>