IMTLComputeCommandEncoder.Update(IMTLFence) 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.
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