Share via


MPSCnnMultiaryKernel.GetTemporaryResultState Method

Definition

[Foundation.Export("temporaryResultStateForCommandBuffer:sourceImages:sourceStates:destinationImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalPerformanceShaders.MPSState? GetTemporaryResultState(Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSImage[] sourceImage, MetalPerformanceShaders.MPSState[]? sourceStates, MetalPerformanceShaders.MPSImage destinationImage);
[<Foundation.Export("temporaryResultStateForCommandBuffer:sourceImages:sourceStates:destinationImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTemporaryResultState : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImage[] * MetalPerformanceShaders.MPSState[] * MetalPerformanceShaders.MPSImage -> MetalPerformanceShaders.MPSState
override this.GetTemporaryResultState : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImage[] * MetalPerformanceShaders.MPSState[] * MetalPerformanceShaders.MPSImage -> MetalPerformanceShaders.MPSState

Parameters

commandBuffer
IMTLCommandBuffer
sourceImage
MPSImage[]
sourceStates
MPSState[]
destinationImage
MPSImage

Returns

Attributes

Applies to