Re: Support for image types
Posted by Wade Walker on Apr 09, 2021; 3:01pm
URL: https://forum.jogamp.org/Support-for-image-types-tp4041094p4041098.html
Hmm, yeah you're right. The cl.h header file we build from contains clCreateImage(), but there's no entry point for it in CLContext.java, it only contains the 2D and 3D variants. I guess if you want the 1D image ability, you'd need to modify CLContext slightly to support it.