aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-gl2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/gl-gl2.cfg')
-rw-r--r--make/config/jogl/gl-gl2.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/jogl/gl-gl2.cfg b/make/config/jogl/gl-gl2.cfg
index f0aafd932..c98f81571 100644
--- a/make/config/jogl/gl-gl2.cfg
+++ b/make/config/jogl/gl-gl2.cfg
@@ -45,6 +45,9 @@ Ignore GL_STENCIL_INDEX16_EXT
# Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums
TagNativeBinding true
+# Ignore extensions that are already picked up via the GL2ES1 interface
+IgnoreExtension GL_EXT_point_parameters
+
CustomJavaCode GL2 public static final int GL_STENCIL_INDEX16 = 0x8D49;
CustomJavaCode GL2 public static final int GL_RGBA_FLOAT32_APPLE = 0x8814;
CustomJavaCode GL2 public static final int GL_RGBA_FLOAT16_APPLE = 0x881A;