Data Fields | |
WGPUChainedStructOut * | nextInChain |
WGPUStringView | vendor |
WGPUStringView | architecture |
WGPUStringView | device |
WGPUStringView | description |
WGPUBackendType | backendType |
WGPUAdapterType | adapterType |
uint32_t | vendorID |
uint32_t | deviceID |
Default values can be set using WGPU_ADAPTER_INFO_INIT as initializer.
WGPUChainedStructOut* WGPUAdapterInfo::nextInChain |
WGPUStringView WGPUAdapterInfo::vendor |
This is an Output String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUStringView WGPUAdapterInfo::architecture |
This is an Output String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUStringView WGPUAdapterInfo::device |
This is an Output String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUStringView WGPUAdapterInfo::description |
This is an Output String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUBackendType WGPUAdapterInfo::backendType |
Defaults to WGPUBackendType_Undefined.
WGPUAdapterType WGPUAdapterInfo::adapterType |