Login  Register

Re: GlueGen Proudly Beating Panama

Posted by Sven Gothel on Jul 04, 2023; 9:53am
URL: https://forum.jogamp.org/GlueGen-Proudly-Beating-Panama-tp4042711p4042736.html

Sven Gothel wrote
I am currently revising the 'UserParam' mapping Java <-> Native, simplifying, removing the native memory heap and allowing more options. Stay tuned ... :)
I just pushed ..

https://jogamp.org/cgit/gluegen.git/commit/?id=a599b852a041ba3d80b43981589ac1390979dac2

Updated docs:
- https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#java-callback

Added use-cases for 'Struct Type User Param' ...
- https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#struct-type-user-param-homogeneous
- https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#javacallback-example-11a-homogeneous-struct-type

covered and passed in Test4JavaCallback

Brief implementation details (more safe now)
- https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#implementation-details