Package org.jocl
Interface CreateContextFunction
public interface CreateContextFunction
Emulation of a function pointer for functions that may be passed to the
clCreateContext and
clCreateContextFromType methods.- See Also:
-
Method Summary
-
Method Details
-
function
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.
-