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

    Modifier and Type
    Method
    Description
    void
    function(String errinfo, Pointer private_info, long cb, Object user_data)
    The function that will be called.
  • Method Details

    • function

      void function(String errinfo, Pointer private_info, long cb, 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.