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