WebGPU Native  v0.1.0
The WebGPU C API
Loading...
Searching...
No Matches
WGPUAdapterProperties Struct Reference

Data Fields

WGPUChainedStructOutnextInChain
 
uint32_t vendorID
 
char const * vendorName
 
char const * architecture
 
uint32_t deviceID
 
char const * name
 
char const * driverDescription
 
WGPUAdapterType adapterType
 
WGPUBackendType backendType
 

Detailed Description

Definition at line 832 of file webgpu.h.

Field Documentation

◆ adapterType

WGPUAdapterType WGPUAdapterProperties::adapterType

Definition at line 840 of file webgpu.h.

◆ architecture

char const* WGPUAdapterProperties::architecture

Definition at line 836 of file webgpu.h.

◆ backendType

WGPUBackendType WGPUAdapterProperties::backendType

Definition at line 841 of file webgpu.h.

◆ deviceID

uint32_t WGPUAdapterProperties::deviceID

Definition at line 837 of file webgpu.h.

◆ driverDescription

char const* WGPUAdapterProperties::driverDescription

Definition at line 839 of file webgpu.h.

◆ name

char const* WGPUAdapterProperties::name

Definition at line 838 of file webgpu.h.

◆ nextInChain

WGPUChainedStructOut* WGPUAdapterProperties::nextInChain

Definition at line 833 of file webgpu.h.

◆ vendorID

uint32_t WGPUAdapterProperties::vendorID

Definition at line 834 of file webgpu.h.

◆ vendorName

char const* WGPUAdapterProperties::vendorName

Definition at line 835 of file webgpu.h.


The documentation for this struct was generated from the following file: