Login  Register

Re: Support for image types

Posted by ekjo014 on Apr 09, 2021; 9:45pm
URL: https://forum.jogamp.org/Support-for-image-types-tp4041094p4041106.html

Thanks for the pointer to the downloads. I found them here https://jogamp.org/deployment/archive/rc/
Seems there are only RC versions after 2.3.2, no official releases. So, thats probably why no newer versions are on maven central.

In my own internal code, I'm probably going to write some abstraction / wrapper over the C binding anyway. So, just figured I could upstream that. Is there any official position about what version of OpenCL the high level API represents?

I was imagining just adding some new methods like CLContext#createImage2dArray, CLContext#createImage1d etc
and checking the OpenCL version, and if the function is not supported throwing an exception.