aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/gl-common.cfg13
1 files changed, 12 insertions, 1 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg
index 703715979..a2f091f43 100644
--- a/make/gl-common.cfg
+++ b/make/gl-common.cfg
@@ -13,7 +13,16 @@ Import net.java.games.jogl.impl.*
# Generate "flattened" NIO variants for routines taking C primitive
# pointers that aren't of type void*
NioMode ALL_POINTERS
-FlattenNIOVariants true
+
+# Comment out FlattenNIOVariants since default is true
+# FlattenNIOVariants true
+
+# Generate Java primitive arrays for all C pointers, including void *
+PrimitiveArrayExpansionMode ALL_POINTERS
+
+# For expansion of C void* pointers, expand into the following Java
+# primitive types: short, int, float, byte, double
+VoidPointerExpansion short int float byte double
# Don't output #defines of GL version identifier strings as constants,
# because we don't need them java-side.
@@ -153,6 +162,7 @@ NIOOnly glGetBufferSubDataARB
NIOOnly glGetProgramStringARB
NIOOnly glElementPointerATI
NIOOnly glElementPointerNV
+NIOOnly glElementPointerApple
NIOOnly glFogCoordPointer
NIOOnly glFogCoordPointerEXT
NIOOnly glMatrixIndexPointerARB
@@ -164,6 +174,7 @@ NIOOnly glTangentPointerEXT
# NIOOnly glUpdateObjectBufferATI # FIXME: look up semantics of this routine
# NIOOnly glVariantPointerEXT # FIXME: look up semantics of this routine
NIOOnly glVertexArrayRangeNV
+NIOOnly glVertexArrayRangeApple
NIOOnly glVertexAttribPointerARB
NIOOnly glVertexAttribPointerNV
NIOOnly glVertexWeightPointerEXT