GPUAdapterInfo
- class wgpu.GPUAdapterInfo
Bases:
dictRepresents information about an adapter.
- property architecture: str
The adapters architecrure.
- property description: str
A textual description of the adapter.
- property device: str
The kind of device that this adapter represents.
- property is_fallback_adapter: bool
Whether this adapter runs on software (rather than dedicated hardware).
- property subgroup_max_size: int
If the “subgroups” feature is supported, the maximum supported subgroup size for the adapter.
- property subgroup_min_size: int
If the “subgroups” feature is supported, the minimum supported subgroup size for the adapter.
- property vendor: str
The vendor that built this adaptor.