MPSImageFindKeypoints.EncodeToCommandBuffer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("encodeToCommandBuffer:sourceTexture:regions:numberOfRegions:keypointCountBuffer:keypointCountBufferOffset:keypointDataBuffer:keypointDataBufferOffset:")]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture source, Metal.MTLRegion regions, nuint numberOfRegions, Metal.IMTLBuffer keypointCountBuffer, nuint keypointCountBufferOffset, Metal.IMTLBuffer keypointDataBuffer, nuint keypointDataBufferOffset);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.MTLRegion * nuint * Metal.IMTLBuffer * nuint * Metal.IMTLBuffer * nuint -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.MTLRegion * nuint * Metal.IMTLBuffer * nuint * Metal.IMTLBuffer * nuint -> unit
参数
- commandBuffer
- IMTLCommandBuffer
- source
- IMTLTexture
- regions
- MTLRegion
- numberOfRegions
- System.System.UIntPtr System.unativeint
- keypointCountBuffer
- IMTLBuffer
- keypointCountBufferOffset
- System.System.UIntPtr System.unativeint
- keypointDataBuffer
- IMTLBuffer
- keypointDataBufferOffset
- System.System.UIntPtr System.unativeint
- 属性