Table of Contents

Property DeviceName

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

DeviceName

Gets the name of the GPU device.

public string DeviceName { get; }

Property Value

string

Examples

Retrieving the Device Name

string name = deviceInfo.DeviceName;
Console.WriteLine($"GPU Name: {name}");