aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gl4bc.c
blob: a40fe13c11b8a6979fd554738996dc52129fb870 (plain)
1
2
3
4
5
6
7
8
9
10
#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.h>

#include <GL/glcorearbext.h>