Login  Register

Re: opencl images

Posted by Michael Bien on Jun 24, 2010; 10:26pm
URL: https://forum.jogamp.org/opencl-images-tp918750p920769.html

Michael Bien wrote
looks valid for me. I'll add a utility method to query all supported
image formats than we will hopefully have the cause of this issue.
done, see:
http://github.com/mbien/jocl/commit/b6d6f75129cac5f4719d1cbfb3c0b63159086137

here is a list of the formats required for an OpenCL 1.1 implementation:
http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetSupportedImageFormats.html

-michael