aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl3ext-headers.cfg
blob: 24b1ba518e947b9f98fb715b11f0aaaaf16b5667 (plain)
1
2
3
4
CustomCCode #include <stdio.h> /* android */
CustomCCode /** Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes are parsed. */
CustomCCode #define GL_GLEXT_PROTOTYPES
CustomCCode #include <GL/glcorearbext.h>