diff options
author | Sven Gothel <[email protected]> | 2012-10-30 17:20:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-30 17:20:17 +0100 |
commit | e5692f615a8c40e7ca750261baf5e8ecdb0a34b8 (patch) | |
tree | 980e10a845433bdfc82945920c829b312565484a /make/config/jogl/cglext.cfg | |
parent | 5deb97e50abf0c19dc37aa69add1dfa2447825ad (diff) |
CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal APIs, critical array is not required, hence redundant.
Diffstat (limited to 'make/config/jogl/cglext.cfg')
-rw-r--r-- | make/config/jogl/cglext.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/config/jogl/cglext.cfg b/make/config/jogl/cglext.cfg index 34a59dda3..3c6708460 100644 --- a/make/config/jogl/cglext.cfg +++ b/make/config/jogl/cglext.cfg @@ -14,6 +14,10 @@ ImplJavaClass CGLExtImpl Include gl-common.cfg Include gl-desktop.cfg +# Only NIO direct function, no arrays .. +NIOOnly __ALL__ +NIODirectOnly __ALL__ + GLHeader GL/cglext.h EmitProcAddressTable true |