Uses of Interface
org.jocl.MemObjectDestructorCallbackFunction
-
Uses of MemObjectDestructorCallbackFunction in org.jocl
Methods in org.jocl with parameters of type MemObjectDestructorCallbackFunctionModifier and TypeMethodDescriptionstatic int
CL.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 int
CL.clSetMemObjectDestructorCallbackNative
(cl_mem memobj, MemObjectDestructorCallbackFunction pfn_notify, Object user_data)