Package org.jocl

Interface BuildProgramFunction

    • Method Detail

      • function

        void function​(cl_program program,
                      java.lang.Object user_data)
        The function that will be called.
        Parameters:
        program - The program.
        user_data - The user data.