Class MPSMatrixCopyToImage

    • Constructor Detail

      • MPSMatrixCopyToImage

        public MPSMatrixCopyToImage()
      • MPSMatrixCopyToImage

        protected MPSMatrixCopyToImage​(NSObject.Handle h,
                                       long handle)
      • MPSMatrixCopyToImage

        protected MPSMatrixCopyToImage​(NSObject.SkipInit skipInit)
      • MPSMatrixCopyToImage

        public MPSMatrixCopyToImage​(NSCoder decoder,
                                    MTLDevice device)
      • MPSMatrixCopyToImage

        public MPSMatrixCopyToImage​(MTLDevice device)
      • MPSMatrixCopyToImage

        public MPSMatrixCopyToImage​(NSCoder decoder)
    • Method Detail

      • getSourceMatrixOrigin

        public MTLOrigin getSourceMatrixOrigin()
      • setSourceMatrixOrigin

        public void setSourceMatrixOrigin​(MTLOrigin v)
      • getSourceMatrixBatchIndex

        public long getSourceMatrixBatchIndex()
      • setSourceMatrixBatchIndex

        public void setSourceMatrixBatchIndex​(long v)
      • encodeBatchToCommandBuffer

        public void encodeBatchToCommandBuffer​(MTLCommandBuffer commandBuffer,
                                               MPSMatrix sourceMatrix,
                                               NSArray<MPSImage> destinationImages)
        Since:
        Available in iOS 12.0 and later.