Table of Contents

Property DeviceDescription

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

DeviceDescription

Gets the description of the GPU device.

public string DeviceDescription { get; }

Property Value

string

Examples

Retrieving the Device Description

string description = deviceInfo.DeviceDescription;
Console.WriteLine($"Description: {description}");