IMTL4CommandQueue.RemoveResidencySets 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 |
|---|---|
| RemoveResidencySets(IMTLResidencySet[]) |
Removes the specified residency sets from the current command buffer execution. |
| RemoveResidencySets(IntPtr, UIntPtr) |
RemoveResidencySets(IMTLResidencySet[])
Removes the specified residency sets from the current command buffer execution.
public virtual void RemoveResidencySets(params Metal.IMTLResidencySet[] residencySets);
abstract member RemoveResidencySets : Metal.IMTLResidencySet[] -> unit
override this.RemoveResidencySets : Metal.IMTLResidencySet[] -> unit
Parameters
- residencySets
- IMTLResidencySet[]
The residency sets to mark.
Applies to
RemoveResidencySets(IntPtr, UIntPtr)
[Foundation.Export("removeResidencySets:count:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveResidencySets(IntPtr residencySets, UIntPtr count);
[<Foundation.Export("removeResidencySets:count:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveResidencySets : nativeint * unativeint -> unit
override this.RemoveResidencySets : nativeint * unativeint -> unit
Parameters
- residencySets
-
IntPtr
nativeint
- count
-
UIntPtr
unativeint
- Attributes