Package org.robovm.apple.metalps
Class MPSImageBatch
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.metalps.MPSImageBatch
public class MPSImageBatch extends CocoaUtility
-
Constructor Summary
Constructors Constructor Description MPSImageBatch() -
Method Summary
Modifier and Type Method Description static longincrementReadCount(NSArray<MPSImage> batch, long amount)static longiterate(NSArray<MPSImage> batch, Block2<MPSImage,Long,Long> iteratorBlock)static longresourceSize(NSArray<MPSImage> batch)static voidsynchronize(NSArray<MPSImage> batch, MTLCommandBuffer cmdBuf)
-
Constructor Details
-
MPSImageBatch
public MPSImageBatch()
-
-
Method Details
-
incrementReadCount
- Since:
- Available in iOS 11.3 and later.
-
synchronize
- Since:
- Available in iOS 11.3 and later.
-
resourceSize
- Since:
- Available in iOS 12.0 and later.
-
iterate
- Since:
- Available in iOS 13.0 and later.
-