gpu: translate Adapter.Properties
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
14ff1f684b
commit
425eb81019
2 changed files with 13 additions and 12 deletions
|
|
@ -1,15 +1,3 @@
|
|||
typedef struct WGPUAdapterProperties {
|
||||
WGPUChainedStructOut * nextInChain;
|
||||
uint32_t vendorID;
|
||||
char const * vendorName;
|
||||
char const * architecture;
|
||||
uint32_t deviceID;
|
||||
char const * name;
|
||||
char const * driverDescription;
|
||||
WGPUAdapterType adapterType;
|
||||
WGPUBackendType backendType;
|
||||
} WGPUAdapterProperties;
|
||||
|
||||
typedef struct WGPUBindGroupEntry {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
uint32_t binding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue