Table of Contents

Property DeviceType

Namespace
LMKit.Graphics.Gpu
Assembly
LM-Kit.NET.dll

DeviceType

Gets the type of the GPU device.

public DeviceType DeviceType { get; }

Property Value

DeviceType

Examples

Retrieving the Device Type

DeviceType type = deviceInfo.DeviceType;
Console.WriteLine($"Device Type: {type}");