IMTLDevice.CreateFence 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.
Creates and returns a new fence for tracking and managing dependencies between command encoders.
[Foundation.Export("newFence")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLFence CreateFence();
[<Foundation.Export("newFence")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateFence : unit -> Metal.IMTLFence
override this.CreateFence : unit -> Metal.IMTLFence
Returns
- Attributes