public interface CreateContextFunction
clCreateContext
and
clCreateContextFromType
methods.Modifier and Type | Method and Description |
---|---|
void |
function(java.lang.String errinfo,
Pointer private_info,
long cb,
java.lang.Object user_data)
The function that will be called.
|
void function(java.lang.String errinfo, Pointer private_info, long cb, java.lang.Object user_data)
errinfo
- The error info.private_info
- The private info data.cb
- The The size of the private info data.user_data
- The user data.