Expand description
GPU detection for the WAVE runtime.
Probes the system for available GPU hardware and returns a Device with
vendor and name information. Falls back to the WAVE emulator when no
supported GPU is found.
Structs§
- Device
- Detected GPU device.
Enums§
- GpuVendor
- GPU vendor classification.
Functions§
- detect_
gpu - Detect the best available GPU on the system.