From 5badb8802c2c4f884a81970321361b99aa23aca2 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 23 Feb 2005 21:19:57 +0000 Subject: 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 --- make/cg-common.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make') 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 # -- cgit v1.2.3