Share via


IMPSNNPadding.GetDestinationImageDescriptor Method

Definition

[Foundation.Export("destinationImageDescriptorForSourceImages:sourceStates:forKernel:suggestedDescriptor:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalPerformanceShaders.MPSImageDescriptor GetDestinationImageDescriptor(MetalPerformanceShaders.MPSImage[] sourceImages, MetalPerformanceShaders.MPSState[]? sourceStates, MetalPerformanceShaders.MPSKernel kernel, MetalPerformanceShaders.MPSImageDescriptor inDescriptor);
[<Foundation.Export("destinationImageDescriptorForSourceImages:sourceStates:forKernel:suggestedDescriptor:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDestinationImageDescriptor : MetalPerformanceShaders.MPSImage[] * MetalPerformanceShaders.MPSState[] * MetalPerformanceShaders.MPSKernel * MetalPerformanceShaders.MPSImageDescriptor -> MetalPerformanceShaders.MPSImageDescriptor
override this.GetDestinationImageDescriptor : MetalPerformanceShaders.MPSImage[] * MetalPerformanceShaders.MPSState[] * MetalPerformanceShaders.MPSKernel * MetalPerformanceShaders.MPSImageDescriptor -> MetalPerformanceShaders.MPSImageDescriptor

Parameters

sourceImages
MPSImage[]
sourceStates
MPSState[]
kernel
MPSKernel
inDescriptor
MPSImageDescriptor

Returns

Attributes

Applies to