aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-es2.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-06 09:45:48 +0100
committerSven Gothel <[email protected]>2015-03-06 09:45:48 +0100
commit0d59bd4c655ef9a27f127000848aae7f07f240ae (patch)
tree3ac18e10e105ad70227bbb2205294ac3e6462c0e /make/config/jogl/gl-if-es2.cfg
parent0674a3678d747335ad36f0f57e3bdc9c168f0dcf (diff)
Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and GL 4.5
Diffstat (limited to 'make/config/jogl/gl-if-es2.cfg')
-rw-r--r--make/config/jogl/gl-if-es2.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/config/jogl/gl-if-es2.cfg b/make/config/jogl/gl-if-es2.cfg
index 23e392e9f..49b1973cc 100644
--- a/make/config/jogl/gl-if-es2.cfg
+++ b/make/config/jogl/gl-if-es2.cfg
@@ -2,6 +2,13 @@
JavaOutputDir gensrc/classes
NativeOutputDir gensrc/native/jogl/es2
+# Inform the glue code generator of the association between #defines
+# and functions and the extensions in which they are defined
+# _for_ code generation. This shall match the parsed header files!
+GLSemHeader GLES2/gl2ext-supplement.h
+GLSemHeader GLES2/gl2.h
+GLSemHeader GLES2/gl2ext.h
+
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/opengl/GL.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/opengl/GL2ES2.java
ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/com/jogamp/opengl/GLBase.java
@@ -16,6 +23,7 @@ Include gl-common.cfg
Include gl-common-extensions.cfg
Include gl2_es2-common.cfg
Include gl2_es2-CustomJavaCode.cfg
+Include gl-desktop-ignores.cfg
IncludeAs CustomJavaCode GLES2 gl2_es1-common-cpubufferJavaCode.java
IncludeAs CustomJavaCode GLES2 gl2_es2-common-cpubufferJavaCode.java