Share via


IMTLFXFrameInterpolator Interface

Definition

This interface represents the Objective-C protocol MTLFXFrameInterpolator.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="MTLFXFrameInterpolator", WrapperType=typeof(MetalFX.MTLFXFrameInterpolatorWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Encode", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Metal.IMTLCommandBuffer) }, Selector="encodeToCommandBuffer:")]
public interface IMTLFXFrameInterpolator : IDisposable, MetalFX.IMTLFXFrameInterpolatorBase
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="MTLFXFrameInterpolator", WrapperType=typeof(MetalFX.MTLFXFrameInterpolatorWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Encode", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Metal.IMTLCommandBuffer) }, Selector="encodeToCommandBuffer:")>]
type IMTLFXFrameInterpolator = interface
    interface INativeObject
    interface IDisposable
    interface IMTLFXFrameInterpolatorBase
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
AspectRatio (Inherited from IMTLFXFrameInterpolatorBase)
ColorTexture (Inherited from IMTLFXFrameInterpolatorBase)
ColorTextureFormat (Inherited from IMTLFXFrameInterpolatorBase)
ColorTextureUsage (Inherited from IMTLFXFrameInterpolatorBase)
DeltaTime (Inherited from IMTLFXFrameInterpolatorBase)
DepthReversed (Inherited from IMTLFXFrameInterpolatorBase)
DepthTexture (Inherited from IMTLFXFrameInterpolatorBase)
DepthTextureFormat (Inherited from IMTLFXFrameInterpolatorBase)
DepthTextureUsage (Inherited from IMTLFXFrameInterpolatorBase)
FarPlane (Inherited from IMTLFXFrameInterpolatorBase)
Fence (Inherited from IMTLFXFrameInterpolatorBase)
FieldOfView (Inherited from IMTLFXFrameInterpolatorBase)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputHeight (Inherited from IMTLFXFrameInterpolatorBase)
InputWidth (Inherited from IMTLFXFrameInterpolatorBase)
JitterOffsetX (Inherited from IMTLFXFrameInterpolatorBase)
JitterOffsetY (Inherited from IMTLFXFrameInterpolatorBase)
MotionTexture (Inherited from IMTLFXFrameInterpolatorBase)
MotionTextureFormat (Inherited from IMTLFXFrameInterpolatorBase)
MotionTextureUsage (Inherited from IMTLFXFrameInterpolatorBase)
MotionVectorScaleX (Inherited from IMTLFXFrameInterpolatorBase)
MotionVectorScaleY (Inherited from IMTLFXFrameInterpolatorBase)
NearPlane (Inherited from IMTLFXFrameInterpolatorBase)
OutputHeight (Inherited from IMTLFXFrameInterpolatorBase)
OutputTexture (Inherited from IMTLFXFrameInterpolatorBase)
OutputTextureFormat (Inherited from IMTLFXFrameInterpolatorBase)
OutputTextureUsage (Inherited from IMTLFXFrameInterpolatorBase)
OutputWidth (Inherited from IMTLFXFrameInterpolatorBase)
PrevColorTexture (Inherited from IMTLFXFrameInterpolatorBase)
ShouldResetHistory (Inherited from IMTLFXFrameInterpolatorBase)
UiTexture (Inherited from IMTLFXFrameInterpolatorBase)
UITextureComposited (Inherited from IMTLFXFrameInterpolatorBase)
UITextureFormat (Inherited from IMTLFXFrameInterpolatorBase)
UITextureUsage (Inherited from IMTLFXFrameInterpolatorBase)

Methods

Name Description
Encode(IMTLCommandBuffer)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to