aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl3ext-headers.cfg
blob: 5e2c7aa3744200601229ca1e0bcc2f67211130f3 (plain)
1
2
3
4
5
6
CustomCCode #include <stdio.h> /* android */
CustomCCode /* Define GL_GL3EXT_PROTOTYPES so that the OpenGL extension prototypes in
CustomCCode    "gl3ext.h" are parsed. */
CustomCCode #define GL_GL3EXT_PROTOTYPES
CustomCCode #include <GL3/gl3ext.h>
CustomCCode #include <GL3/gl3ext.h>