Package org.jocl
Interface CreateContextFunction
-
public interface CreateContextFunctionEmulation of a function pointer for functions that may be passed to theclCreateContextandclCreateContextFromTypemethods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfunction(java.lang.String errinfo, Pointer private_info, long cb, java.lang.Object user_data)The function that will be called.
-
-
-
Method Detail
-
function
void function(java.lang.String errinfo, Pointer private_info, long cb, java.lang.Object user_data)The function that will be called.- Parameters:
errinfo- The error info.private_info- The private info data.cb- The The size of the private info data.user_data- The user data.
-
-