Interface BuildProgramFunction
public interface BuildProgramFunction
Emulation of a function pointer for functions that may be passed to the
clBuildProgram method.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidfunction(cl_program program, Object user_data) The function that will be called.
-
Method Details
-
function
The function that will be called.- Parameters:
program- The program.user_data- The user data.
-