Class CLProgramCallback

    • Method Detail

      • create

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

        public static CLProgramCallback create(CLProgramCallbackI instance)
        Creates a CLProgramCallback instance that delegates to the specified CLProgramCallbackI instance.