VNRequest.PreferredMetalContext Property
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.
Caution
Empty stub (not a public API).
Gets or sets the IMTLDevice upon which the request should be executed.
[System.Obsolete("Empty stub (not a public API).")]
public virtual Metal.IMTLDevice PreferredMetalContext { get; set; }
public virtual Metal.IMTLDevice PreferredMetalContext { [Foundation.Export("preferredMetalContext", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPreferredMetalContext:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.PreferredMetalContext : Metal.IMTLDevice with get, set
Property Value
The default value of this property is null
.
This value can be null
.
- Attributes