Login  Register

Re: opencl images

Posted by Michael Bien on Jun 25, 2010; 12:09pm
URL: https://forum.jogamp.org/opencl-images-tp918750p921914.html

notzed wrote
Awesome.  I they're just simple stubs to CLImage* I could probably
write a patch if you're busy, if I can manage to get it to build
anyway
Would be cool if you could fork the repo on github. Makes patching easier + keeps authorship information of patches.
The image factory methods should be IMO implemented in CLContext - analog to the CLBuffer stuff:
http://jogamp.org/chuck/job/jocl_onmaster/label=linux64-null-centos54-jogamp-x64-chuck-001/javadoc/com/jogamp/opencl/CLContext.html#createBuffer%28B,%20com.jogamp.opencl.CLMemory.Mem...%29

alternatively, a demo or junit test would be a great contribution too :)

notzed wrote
 looks like head jogl/gluegen are out of sync wrt
'ReflectionUtil' class at this instant.
pull gluegen from my repo. jogl should be in sync.
chucky is still happy: http://jogamp.org/chuck/ :)

regards,

michael