IMTLBlitCommandEncoder.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 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