Share via


IMTLComputeCommandEncoder.Update(IMTLFence) Method

Definition

Captures all GPU work up to the current 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
Attributes

Applies to