1 #define GLAPI
2 
3 // Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes are parsed.
4 #define GL_GLEXT_PROTOTYPES
5 
6 #include <GL/glcorearb.h>
7 #include <GL/glcorearbext.h>
8 
9