Re: using shared memory using jocl
Posted by harishd on Oct 02, 2010; 11:19am
URL: https://forum.jogamp.org/Re-using-shared-memory-using-jocl-tp1614904p1619518.html
Hi Micheal,
Actually I was calling the wrong function. I later found that I should actually be using
kernel.setNullArg(argumentIndex, size). This resolved the issue.
thanks,
Harish.