Uses of Class
org.jocl.cl_buffer_region
-
-
Uses of cl_buffer_region in org.jocl
Methods in org.jocl with parameters of type cl_buffer_region Modifier and Type Method Description static cl_mem
CL. clCreateSubBuffer(cl_mem buffer, long flags, int buffer_create_type, cl_buffer_region buffer_create_info, int[] errcode_ret)
Creates a buffer object (referred to as a sub-buffer object) from an existing buffer object.private static cl_mem
CL. clCreateSubBuffer2Native(cl_mem buffer, long flags, int buffer_create_type, cl_buffer_region buffer_create_info, int[] errcode_ret)
-