Re: Support for image types
Posted by Wade Walker on Apr 09, 2021; 1:03am
URL: https://forum.jogamp.org/Support-for-image-types-tp4041094p4041095.html
Have you looked at the com.jogamp.opencl.CLImage2d (and similar) types? If you can't do it with the object-oriented wrapper, you should be able to get access to clCreateImage2D() relatively directly this way. There's a test in test/com/jogamp/opencl/CLImageTest.java that shows how to use it.