Class CLContextCallback

    • Method Detail

      • create

        public static CLContextCallback create(long functionPointer)
        Creates a CLContextCallback instance from the specified function pointer.
      • create

        public static CLContextCallback create(CLContextCallbackI instance)
        Creates a CLContextCallback instance that delegates to the specified CLContextCallbackI instance.