diff options
author | Michael Bien <[email protected]> | 2010-03-29 04:02:08 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 04:02:08 +0200 |
commit | 2d76c16b9384d383d3e6a9d7cb727f2591a39228 (patch) | |
tree | 329e638a11a29961cb9fdad778e764dd77efa8f5 /doc/manual | |
parent | 25cc744f6bd5ca97e0ae58fa7e1c35f7b0f3046d (diff) |
renamed BufferFactory into Buffers.
Diffstat (limited to 'doc/manual')
-rwxr-xr-x | doc/manual/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html index 8fe51c0..6ac46ac 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -987,7 +987,7 @@ C APIs have corresponding Java classes emitted. <dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.jogamp.gluegen.runtime]</code> <br> (optional) Changes the package in which the generated glue code -expects to find its run-time helper classes (like BufferFactory, CPU, +expects to find its run-time helper classes (like Buffers, CPU, StructAccessor). Defaults to <CODE>com.jogamp.gluegen.runtime</CODE> (no quotes). This is useful if you want to bundle the runtime classes in your application without the possibility of interfering with other |