diff options
Diffstat (limited to 'make/cg-common.cfg')
-rw-r--r-- | make/cg-common.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg index 6f73e7ed0..d0ae8303c 100644 --- a/make/cg-common.cfg +++ b/make/cg-common.cfg @@ -99,6 +99,11 @@ Import java.nio.* # And NativeLibLoader for help loading the native libraries Import com.sun.opengl.impl.* +# +# NIODirectOnly directives for routines requiring them for semantic reasons +# +NIODirectOnly cgGLSetParameterPointer + # Raise CgException instead of RuntimeException in glue code RuntimeExceptionType CgException |