GPUAdapterInfo

class wgpu.GPUAdapterInfo

Bases: dict

Represents 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 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.