aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-es2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-es2.cfg')
-rwxr-xr-xmake/gl-es2.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/make/gl-es2.cfg b/make/gl-es2.cfg
index e69a5d348..9c7605ba6 100755
--- a/make/gl-es2.cfg
+++ b/make/gl-es2.cfg
@@ -2,6 +2,9 @@
JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/jogl/es2
+IgnoreExtendedInterfaceSymbols ../build/gensrc/classes/javax/media/opengl/GL.java
+IgnoreExtendedInterfaceSymbols ../build/gensrc/classes/javax/media/opengl/GL2ES2.java
+
Package javax.media.opengl
Style InterfaceAndImpl
JavaClass GLES2
@@ -13,8 +16,7 @@ Implements GLES2Impl GL
Implements GLES2Impl GL2ES2
HierarchicalNativeOutput false
Include gl-common.cfg
-Include gl-ignore-gl2_es-enums.cfg
-Include gl-ignore-gl2_es2-enums.cfg
+Include gl-common-extensions.cfg
EmitProcAddressTable true
ProcAddressTableClassName GLES2ProcAddressTable
@@ -57,6 +59,7 @@ Include intptr.cfg
IncludeAs CustomJavaCode GLES2Impl gl-impl-CustomJavaCode-common.java
IncludeAs CustomJavaCode GLES2Impl gl-impl-CustomJavaCode-gles2.java
+IncludeAs CustomJavaCode GLES2Impl gl-impl-CustomJavaCode-gl2_es2.java
IncludeAs CustomCCode gl-impl-CustomCCode.c
Import javax.media.opengl.GLES1