blob: 6dc3696c3a791f2b6a0cd11556736181559d0016 (
plain)
1
2
3
4
5
6
7
8
9
|
CustomCCode #include <stdio.h> /* android */
CustomCCode #include <GLES/glplatform.h>
CustomCCode // Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
CustomCCode // "glext.h" are parsed.
CustomCCode #define GL_GLEXT_PROTOTYPES
CustomCCode #include <GLES/gl.h>
CustomCCode #include <GLES/glext.h>
CustomCCode #include <GLES/glext-supplement.h>
CustomCCode #include <stdlib.h>
|