Share via


IMTLBlitCommandEncoder.Update(IMTLFence) Method

Definition

Captures GPU work that was enqueued by the encoder for the specified fence.

[Foundation.Export("updateFence:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Update(Metal.IMTLFence fence);
[<Foundation.Export("updateFence:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Update : Metal.IMTLFence -> unit
override this.Update : Metal.IMTLFence -> unit

Parameters

fence
IMTLFence

The fence to update.

Attributes

Applies to