blob: cf8a709f7a400d8e4e448fb9b15c016395524e32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#define GLAPI
// Define GL4_PROTOTYPES so that the OpenGL prototypes in
// "gl3.h" are parsed.
#define GL4_PROTOTYPES
// Define GL_GL4EXT_PROTOTYPES so that the OpenGL extension prototypes in
// "gl3ext.h" are parsed.
#define GL_GL4EXT_PROTOTYPES
#include <GL4/gl3.h>
|