Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUStringView | vendor |
| WGPUStringView | architecture |
| WGPUStringView | device |
| WGPUStringView | description |
| WGPUBackendType | backendType |
| WGPUAdapterType | adapterType |
| uint32_t | vendorID |
| uint32_t | deviceID |
| uint32_t | subgroupMinSize |
| uint32_t | subgroupMaxSize |
Default values can be set using WGPU_ADAPTER_INFO_INIT as initializer.
| WGPUChainedStruct* WGPUAdapterInfo::nextInChain |
| WGPUStringView WGPUAdapterInfo::vendor |
This is an Output String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
| WGPUStringView WGPUAdapterInfo::architecture |
This is an Output String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
| WGPUStringView WGPUAdapterInfo::device |
This is an Output String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
| WGPUStringView WGPUAdapterInfo::description |
This is an Output String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
| WGPUBackendType WGPUAdapterInfo::backendType |
The INIT macro sets this to WGPUBackendType_Undefined.
| WGPUAdapterType WGPUAdapterInfo::adapterType |
The INIT macro sets this to (WGPUAdapterType)0.
| uint32_t WGPUAdapterInfo::vendorID |
| uint32_t WGPUAdapterInfo::deviceID |
| uint32_t WGPUAdapterInfo::subgroupMinSize |