MPSImageFindKeypoints.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.
[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