Interface CLContextCallbackI

    • Method Detail

      • address

        default long address()
        Description copied from interface: Pointer
        Returns the raw pointer address as a long value.
        Specified by:
        address in interface Pointer
        Returns:
        the pointer address
      • callback

        default void callback(long args)
        Description copied from interface: CallbackI.V
        Will be called by native code.
        Specified by:
        callback in interface CallbackI.V
        Parameters:
        args - pointer to a DCArgs iterator
      • invoke

        void invoke(long errinfo,
                    long private_info,
                    long cb,
                    long user_data)
        Will be called when a debug message is generated.
        Parameters:
        errinfo - a pointer to the message string representation
        private_info - a pointer to binary data that is returned by the OpenCL implementation that can be used to log additional information helpful in debugging the error
        cb - the number of bytes in the private_info pointer
        user_data - the user-specified value that was passed when calling CreateContext or CreateContextFromType