MPSImageBatch.Iterate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Iterate over the unique images in the image batch.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static IntPtr Iterate(Foundation.NSArray<MetalPerformanceShaders.MPSImage> imageBatch, MetalPerformanceShaders.MPSImageBatch.MPSImageBatchIterator iterator);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Iterate : Foundation.NSArray<MetalPerformanceShaders.MPSImage> * MetalPerformanceShaders.MPSImageBatch.MPSImageBatchIterator -> nativeint
Parameters
- iterator
- MPSImageBatch.MPSImageBatchIterator
The callback to call for each unique image.
Returns
nativeint
The value returned by the callback for the last image iterated over.
- Attributes