CLImage2D and CLImage3D examples

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

CLImage2D and CLImage3D examples

suleman
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.
Reply | Threaded
Open this post in threaded view
|

Re: CLImage2D and CLImage3D examples

Michael Bien
  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