Package org.jocl
Interface MemObjectDestructorCallbackFunction
-
public interface MemObjectDestructorCallbackFunctionEmulation of a function pointer for functions that may be passed to theclSetMemObjectDestructorCallbackmethod.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfunction(cl_mem memobj, java.lang.Object user_data)The function that will be called
-
-
-
Method Detail
-
function
void function(cl_mem memobj, java.lang.Object user_data)
The function that will be called- Parameters:
memobj- The memory objectuser_data- The user data
-
-