aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-es3.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/gl-if-es3.cfg')
-rw-r--r--make/config/jogl/gl-if-es3.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/make/config/jogl/gl-if-es3.cfg b/make/config/jogl/gl-if-es3.cfg
index 80273e4cf..cf56e9f0d 100644
--- a/make/config/jogl/gl-if-es3.cfg
+++ b/make/config/jogl/gl-if-es3.cfg
@@ -1,6 +1,14 @@
# This .cfg file is used to generate the GL interface.
JavaOutputDir gensrc/classes
+# 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 GLES3/gl31.h
+GLSemHeader GLES3/gl3ext.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 ../build-temp/gensrc/classes/com/jogamp/opengl/GLES2.java
@@ -24,6 +32,7 @@ Include gl-common.cfg
Include gl-common-extensions.cfg
Include gl2_es3-common.cfg
Include gl2_es2-CustomJavaCode.cfg
+Include gl-desktop-ignores.cfg
IncludeAs CustomJavaCode GLES3 gl2_es2-common-cpubufferJavaCode.java
IncludeAs CustomJavaCode GLES3 gl2-common-cpubufferJavaCode.java