MPSImageCopyToMatrix.EncodeToCommandBuffer 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.
Overloads
EncodeToCommandBuffer(IMTLCommandBuffer, NSArray<MPSImage>, MPSMatrix) | |
EncodeToCommandBuffer(IMTLCommandBuffer, MPSImage, MPSMatrix) |
EncodeToCommandBuffer(IMTLCommandBuffer, NSArray<MPSImage>, MPSMatrix)
[Foundation.Export("encodeBatchToCommandBuffer:sourceImages:destinationMatrix:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, Foundation.NSArray<MetalPerformanceShaders.MPSImage> sourceImages, MetalPerformanceShaders.MPSMatrix destinationMatrix);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * Foundation.NSArray<MetalPerformanceShaders.MPSImage> * MetalPerformanceShaders.MPSMatrix -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * Foundation.NSArray<MetalPerformanceShaders.MPSImage> * MetalPerformanceShaders.MPSMatrix -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- destinationMatrix
- MPSMatrix
- Attributes
Applies to
EncodeToCommandBuffer(IMTLCommandBuffer, MPSImage, MPSMatrix)
[Foundation.Export("encodeToCommandBuffer:sourceImage:destinationMatrix:")]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSImage sourceImage, MetalPerformanceShaders.MPSMatrix destinationMatrix);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImage * MetalPerformanceShaders.MPSMatrix -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImage * MetalPerformanceShaders.MPSMatrix -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- sourceImage
- MPSImage
- destinationMatrix
- MPSMatrix
- Attributes