ARMatteGenerator.GenerateMatte(ARFrame, IMTLCommandBuffer) Method

Definition

[Foundation.Export("generateMatteFromFrame:commandBuffer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLTexture GenerateMatte(ARKit.ARFrame frame, Metal.IMTLCommandBuffer commandBuffer);
[<Foundation.Export("generateMatteFromFrame:commandBuffer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GenerateMatte : ARKit.ARFrame * Metal.IMTLCommandBuffer -> Metal.IMTLTexture
override this.GenerateMatte : ARKit.ARFrame * Metal.IMTLCommandBuffer -> Metal.IMTLTexture

Parameters

frame
ARFrame
commandBuffer
IMTLCommandBuffer

Returns

Attributes

Applies to