Login  Register

Re: GlueGen Struct Generator Update *API Change* .. etc

Posted by Sven Gothel on Jun 23, 2023; 9:03am
URL: https://forum.jogamp.org/GlueGen-Struct-Generator-Update-API-Change-etc-tp4042685p4042708.html

Working pointer-pointer and function-pointer within structs:

https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#struct-pointer-pointer-support

.. and the git logs of course.
https://jogamp.org/cgit/gluegen.git/log/

I pushed most logic down to Type* and Element/PointerBuffer,
so the delta within JavaEmitter is almost neutral.

Left todo: Complete the Java Callback support