Creating Javaclasses for Structs

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Creating Javaclasses for Structs

Cola_Colin
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 :)