GPUAdapterInfo

class wgpu.GPUAdapterInfo

Bases: object

Represents information about an adapter.

property architecture

The adapters architecrure.

property description

A textual description of the adapter.

property device

The kind of device that this adapter represents.

property subgroup_max_size

If the “subgroups” feature is supported, the maximum supported subgroup size for the adapter.

property subgroup_min_size

If the “subgroups” feature is supported, the minimum supported subgroup size for the adapter.

property vendor

The vendor that built this adaptor.