Class MetalDeviceInfo
Metal device information structure (macOS only)
public sealed class MetalDeviceInfo
- Inheritance
-
MetalDeviceInfo
- Inherited Members
Properties
Index
Gets or sets the device index
public int Index { get; set; }
Property Value
IsAppleSilicon
Gets or sets whether this is Apple Silicon
public bool IsAppleSilicon { get; set; }
Property Value
Name
Gets or sets the device name
public string Name { get; set; }
Property Value
RecommendedMaxWorkingSetSize
Gets or sets the recommended maximum working set size in bytes
public long RecommendedMaxWorkingSetSize { get; set; }