gpu: translate ChainedStruct/ChainedStructOut
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
6d84e7d2a6
commit
14ff1f684b
2 changed files with 10 additions and 10 deletions
|
|
@ -1,13 +1,3 @@
|
|||
typedef struct WGPUChainedStruct {
|
||||
struct WGPUChainedStruct const * next;
|
||||
WGPUSType sType;
|
||||
} WGPUChainedStruct;
|
||||
|
||||
typedef struct WGPUChainedStructOut {
|
||||
struct WGPUChainedStructOut * next;
|
||||
WGPUSType sType;
|
||||
} WGPUChainedStructOut;
|
||||
|
||||
typedef struct WGPUAdapterProperties {
|
||||
WGPUChainedStructOut * nextInChain;
|
||||
uint32_t vendorID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue