Class MPSImageBox

    • Constructor Detail

      • MPSImageBox

        public MPSImageBox()
      • MPSImageBox

        public MPSImageBox​(MTLDevice device,
                           long kernelWidth,
                           long kernelHeight)
      • MPSImageBox

        public MPSImageBox​(NSCoder decoder,
                           MTLDevice device)
        Since:
        Available in iOS 11.0 and later.
      • MPSImageBox

        public MPSImageBox​(NSCoder decoder)
    • Method Detail

      • getKernelHeight

        public long getKernelHeight()
      • getKernelWidth

        public long getKernelWidth()
      • init

        protected long init​(MTLDevice device,
                            long kernelWidth,
                            long kernelHeight)