MPSTemporalAA.Encode 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.
Overloads
| Name | Description |
|---|---|
| Encode(NSCoder) | |
| Encode(IMTLCommandBuffer, IMTLTexture, IMTLTexture, IMTLTexture, IMTLTexture, IMTLTexture) |
Encode(NSCoder)
[Foundation.Export("encodeWithCoder:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Encode(Foundation.NSCoder coder);
[<Foundation.Export("encodeWithCoder:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Encode : Foundation.NSCoder -> unit
override this.Encode : Foundation.NSCoder -> unit
Parameters
- coder
- NSCoder
- Attributes
Applies to
Encode(IMTLCommandBuffer, IMTLTexture, IMTLTexture, IMTLTexture, IMTLTexture, IMTLTexture)
[Foundation.Export("encodeToCommandBuffer:sourceTexture:previousTexture:destinationTexture:motionVectorTexture:depthTexture:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Encode(Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture sourceTexture, Metal.IMTLTexture previousTexture, Metal.IMTLTexture destinationTexture, Metal.IMTLTexture? motionVectorTexture, Metal.IMTLTexture? depthTexture);
[<Foundation.Export("encodeToCommandBuffer:sourceTexture:previousTexture:destinationTexture:motionVectorTexture:depthTexture:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Encode : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLTexture -> unit
override this.Encode : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLTexture -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- sourceTexture
- IMTLTexture
- previousTexture
- IMTLTexture
- destinationTexture
- IMTLTexture
- motionVectorTexture
- IMTLTexture
- depthTexture
- IMTLTexture
- Attributes