IMTLCommandQueue.AddResidencySets 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.
Overloads
| Name | Description |
|---|---|
| AddResidencySets(IMTLResidencySet[]) |
Marks the specified residency sets as part of the current command buffer execution. |
| AddResidencySets(IntPtr, UIntPtr) |
AddResidencySets(IMTLResidencySet[])
Marks the specified residency sets as part of the current command buffer execution.
public virtual void AddResidencySets(params Metal.IMTLResidencySet[] residencySets);
abstract member AddResidencySets : Metal.IMTLResidencySet[] -> unit
override this.AddResidencySets : Metal.IMTLResidencySet[] -> unit
Parameters
- residencySets
- IMTLResidencySet[]
The residency sets to mark.
Applies to
AddResidencySets(IntPtr, UIntPtr)
[Foundation.Export("addResidencySets:count:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddResidencySets(IntPtr residencySets, UIntPtr count);
[<Foundation.Export("addResidencySets:count:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddResidencySets : nativeint * unativeint -> unit
override this.AddResidencySets : nativeint * unativeint -> unit
Parameters
- residencySets
-
IntPtr
nativeint
- count
-
UIntPtr
unativeint
- Attributes