Kernel with argumrnt of type structures
Posted by suleman on Sep 14, 2011; 1:51pm
URL: https://forum.jogamp.org/Kernel-with-argumrnt-of-type-structures-tp3335853.html
Hi,
I am converting a OpenCL application to a Java-based version (using JOCL).
The kernel of this application has a structure type argument too,
My question is that how can we pass structure to the kernel from Java/JOCL application, or do we need to change the kernel ?
Many thanks