Uses of Interface
org.jocl.MemObjectDestructorCallbackFunction
-
Uses of MemObjectDestructorCallbackFunction in org.jocl
Methods in org.jocl with parameters of type MemObjectDestructorCallbackFunctionModifier and TypeMethodDescriptionstatic intCL.clSetMemObjectDestructorCallback(cl_mem memobj, MemObjectDestructorCallbackFunction pfn_notify, Object user_data) Registers a user callback function that will be called when the memory object is deleted and its resources freed.private static intCL.clSetMemObjectDestructorCallbackNative(cl_mem memobj, MemObjectDestructorCallbackFunction pfn_notify, Object user_data)