Login  Register

Creating Javaclasses for Structs

Posted by Cola_Colin on Feb 26, 2012; 12:05am
URL: https://forum.jogamp.org/Creating-Javaclasses-for-Structs-tp3776028.html

Hi,
in order to pass some structures into an opencl kernel I am trying to use gluegen, which works mostly.

However at the moment I cannot find a way to make gluegen create classes for unused structures, so I need dummy functions in the header, which is a bit annoying. Is there a way to force gluegen to create the accessors for certain structures ?

Help is appreciated :)