File: es1-headers.cfg

package info (click to toggle)
libjogl2-java 2.3.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 43,876 kB
  • sloc: java: 218,529; ansic: 75,727; xml: 6,703; objc: 3,139; sh: 2,736; cpp: 139; awk: 46; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (4)
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>