IMPSImageAllocator.GetImageBatch 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.
[Foundation.Export("imageBatchForCommandBuffer:imageDescriptor:kernel:count:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSArray<MetalPerformanceShaders.MPSImage> GetImageBatch(Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSImageDescriptor descriptor, MetalPerformanceShaders.MPSKernel kernel, UIntPtr count);
[<Foundation.Export("imageBatchForCommandBuffer:imageDescriptor:kernel:count:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetImageBatch : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImageDescriptor * MetalPerformanceShaders.MPSKernel * unativeint -> Foundation.NSArray<MetalPerformanceShaders.MPSImage>
override this.GetImageBatch : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImageDescriptor * MetalPerformanceShaders.MPSKernel * unativeint -> Foundation.NSArray<MetalPerformanceShaders.MPSImage>
Parameters
- commandBuffer
- IMTLCommandBuffer
- descriptor
- MPSImageDescriptor
- kernel
- MPSKernel
- count
-
UIntPtr
unativeint
Returns
- Attributes