menu
GpuAdapterType
import { GpuAdapterType } from "destack:gpu/binding";
GPU adapter category.
1export enum GpuAdapterType {2 Other = 0,3 Integrated = 1,4 Discrete = 2,5 Virtual = 3,6 Cpu = 4,7}Variants
Other = 0Other or unknown adapter type.
Integrated = 1Integrated GPU.
Discrete = 2Discrete GPU.
Virtual = 3Virtual or passthrough adapter.
Cpu = 4Software or CPU adapter.