Uses of Interface
org.jocl.MemObjectDestructorCallbackFunction

Uses of MemObjectDestructorCallbackFunction in org.jocl
 

Methods in org.jocl with parameters of type MemObjectDestructorCallbackFunction
static int CL.clSetMemObjectDestructorCallback(cl_mem memobj, MemObjectDestructorCallbackFunction pfn_notify, java.lang.Object user_data)
           Registers a user callback function that will be called when the memory object is deleted and its resources freed.