Class MPSImageBatch

java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.metalps.MPSImageBatch

public class MPSImageBatch
extends CocoaUtility
  • Constructor Details

    • MPSImageBatch

      public MPSImageBatch()
  • Method Details

    • incrementReadCount

      public static long incrementReadCount​(NSArray<MPSImage> batch, long amount)
      Since:
      Available in iOS 11.3 and later.
    • synchronize

      public static void synchronize​(NSArray<MPSImage> batch, MTLCommandBuffer cmdBuf)
      Since:
      Available in iOS 11.3 and later.
    • resourceSize

      public static long resourceSize​(NSArray<MPSImage> batch)
      Since:
      Available in iOS 12.0 and later.
    • iterate

      public static long iterate​(NSArray<MPSImage> batch, Block2<MPSImage,​Long,​Long> iteratorBlock)
      Since:
      Available in iOS 13.0 and later.