Share via


MPSImageFindKeypoints.EncodeToCommandBuffer Method

Definition

[Foundation.Export("encodeToCommandBuffer:sourceTexture:regions:numberOfRegions:keypointCountBuffer:keypointCountBufferOffset:keypointDataBuffer:keypointDataBufferOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EncodeToCommandBuffer(Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture source, Metal.MTLRegion regions, UIntPtr numberOfRegions, Metal.IMTLBuffer keypointCountBuffer, UIntPtr keypointCountBufferOffset, Metal.IMTLBuffer keypointDataBuffer, UIntPtr keypointDataBufferOffset);
[<Foundation.Export("encodeToCommandBuffer:sourceTexture:regions:numberOfRegions:keypointCountBuffer:keypointCountBufferOffset:keypointDataBuffer:keypointDataBufferOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.MTLRegion * unativeint * Metal.IMTLBuffer * unativeint * Metal.IMTLBuffer * unativeint -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.MTLRegion * unativeint * Metal.IMTLBuffer * unativeint * Metal.IMTLBuffer * unativeint -> unit

Parameters

commandBuffer
IMTLCommandBuffer
source
IMTLTexture
regions
MTLRegion
numberOfRegions
UIntPtr

unativeint

keypointCountBuffer
IMTLBuffer
keypointCountBufferOffset
UIntPtr

unativeint

keypointDataBuffer
IMTLBuffer
keypointDataBufferOffset
UIntPtr

unativeint

Attributes

Applies to