diff options
author | Sven Gothel <[email protected]> | 2012-03-22 17:38:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-22 17:38:28 +0100 |
commit | 45a42f7c7f7fce4e6c7eb495591c438bdf0170a2 (patch) | |
tree | 8453a673858b0895fa554c7aa457c29ea7178a90 /make/config/jogl/cg-common.cfg | |
parent | 5fb327c8e6e065b6caf2db788a1762e3c696dfbc (diff) |
Reviewed JOGL GlueGen Tags: NIODirectOnly - Removed where not technically required. Added comment reasoning NIODirectOnly.
Impacts code generation for the relaxed methods where NIODirectOnly tag is removed,
i.e. it allows an array-backed Buffer object to be passed.
Diffstat (limited to 'make/config/jogl/cg-common.cfg')
-rw-r--r-- | make/config/jogl/cg-common.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg index f21ece3fd..35805bf01 100644 --- a/make/config/jogl/cg-common.cfg +++ b/make/config/jogl/cg-common.cfg @@ -108,6 +108,7 @@ Import com.jogamp.opengl.cg.CgDynamicLibraryBundleInfo # # NIODirectOnly directives for routines requiring them for semantic reasons +# essential where the buffer lifecycle extends the function call # NIODirectOnly cgGLSetParameterPointer |