MPSCnnKernel.GetDestinationImageDescriptor Method

Definition

[Foundation.Export("destinationImageDescriptorForSourceImages:sourceStates:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual MetalPerformanceShaders.MPSImageDescriptor GetDestinationImageDescriptor (Foundation.NSArray<MetalPerformanceShaders.MPSImage> sourceImages, Foundation.NSArray<MetalPerformanceShaders.MPSState> sourceStates);
abstract member GetDestinationImageDescriptor : Foundation.NSArray<MetalPerformanceShaders.MPSImage> * Foundation.NSArray<MetalPerformanceShaders.MPSState> -> MetalPerformanceShaders.MPSImageDescriptor
override this.GetDestinationImageDescriptor : Foundation.NSArray<MetalPerformanceShaders.MPSImage> * Foundation.NSArray<MetalPerformanceShaders.MPSState> -> MetalPerformanceShaders.MPSImageDescriptor

Parameters

sourceImages
NSArray<MPSImage>
sourceStates
NSArray<MPSState>

Returns

Attributes

Applies to