GPUAdapterInfo
class GPUAdapterInfo
Information about a GPU adapter.
Summary
Public constructors |
|---|
Public properties |
|
|---|---|
Int |
|
String |
The architecture of the adapter (e.g., 'Volta'). |
Int |
|
String |
A human-readable description of the adapter. |
String |
The name of the specific device. |
Int |
|
Int |
|
Int |
|
String |
The name of the vendor (e.g., 'NVIDIA', 'AMD'). |
Int |
Public constructors
Public properties
architecture
Added in 1.0.0-alpha02
var architecture: String
The architecture of the adapter (e.g., 'Volta').
description
Added in 1.0.0-alpha02
var description: String
A human-readable description of the adapter.