Uses of Class
org.jocl.cl_image_desc
-
-
Uses of cl_image_desc in org.jocl
Methods in org.jocl with parameters of type cl_image_desc Modifier and Type Method Description static cl_mem
CL. clCreateImage(cl_context context, long flags, cl_image_format image_format, cl_image_desc image_desc, Pointer host_ptr, int[] errcode_ret)
Creates a 1D image, 1D image buffer, 1D image array, 2D image, 2D image array or 3D image object.private static cl_mem
CL. clCreateImageNative(cl_context context, long flags, cl_image_format image_format, cl_image_desc image_desc, Pointer host_ptr, int[] errcode_ret)
-