summaryrefslogtreecommitdiffstats
path: root/make/cg-common.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-02-23 21:19:57 +0000
committerKenneth Russel <[email protected]>2005-02-23 21:19:57 +0000
commit5badb8802c2c4f884a81970321361b99aa23aca2 (patch)
treec1120664bd27648879962f032ec745fb59b7a029 /make/cg-common.cfg
parent7119ba7179dd34665ec8185185adc3db0f9ce9ac (diff)
Fixed Issue 141: No NIO support in CgGL
A NioMode directive was missing from the cg-common.cfg file. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@237 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/cg-common.cfg')
-rw-r--r--make/cg-common.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg
index 906fbbf09..275d9941d 100644
--- a/make/cg-common.cfg
+++ b/make/cg-common.cfg
@@ -8,6 +8,11 @@ JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/jogl_cg
HierarchicalNativeOutput false
+# Generate "flattened" NIO variants for routines taking C primitive
+# pointers that aren't of type void*
+NioMode ALL_POINTERS
+FlattenNIOVariants true
+
#
# Map const char* return values to Java strings for these functions
#