Package org.jocl
Interface MemObjectDestructorCallbackFunction
public interface MemObjectDestructorCallbackFunction
Emulation of a function pointer for functions that may be passed to the
clSetMemObjectDestructorCallback
method.- See Also:
-
Method Summary
-
Method Details
-
function
The function that will be called- Parameters:
memobj
- The memory objectuser_data
- The user data
-