AdapterInfo
Electron APIs / recorder / AdapterInfo
Information about a GPU adapter (graphics device).
This structure provides metadata such as adapter name, driver, and hardware-accelerated GPU scheduling (HAGS) support.
Example
const adapter: AdapterInfo = {
index: 0,
name: "NVIDIA GeForce RTX 3080",
driver: "546.33",
hagsEnabled: true,
hagsEnabledByDefault: false,
};