Re: CLImage2D and CLImage3D examples
Posted by
Michael Bien on
Apr 26, 2011; 1:03pm
URL: https://forum.jogamp.org/CLImage2D-and-CLImage3D-examples-tp2865160p2865569.html
On 04/26/2011 11:46 AM, suleman [via jogamp] wrote:
> Hi,
>
> Is there some complete example programs about using the CLImage2D and
> CLImage3D?
> If not kindly guide me some of the basic steps required to write such
> example code
>
> thanks a lot.
there is CLSimpleGammaCorrection demo which doesn't use CLImage but
CLBuffer since it doesn't need the i,j position in the kernel and there
are also junit tests in CLImageTest testing basic functionality of
CLImage2D.
the gamma correction demo is also available via webstart:
http://jogamp.org/jocl-demos/www/however no guide i am aware of.
-michael