DisplayDeviceInfo.GpuNames Method

DisplayDeviceInfoGpuNames Method

Get a list with the names of all GPUs on this machine.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static List<string> GpuNames()
Public Shared Function GpuNames As List(Of String)

Return Value

Type: ListString
List of strings
See Also