Package org.jocl
Interface CreateContextFunction
-
public interface CreateContextFunction
Emulation of a function pointer for functions that may be passed to theclCreateContext
andclCreateContextFromType
methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
function(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.
-
-