gpu: add Instance.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 00:28:53 -07:00 committed by Stephen Gutekanst
parent 128f87a3fd
commit 8f80cdc321
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,3 @@
typedef struct WGPUInstanceDescriptor {
next_in_chain: *const ChainedStruct,
} WGPUInstanceDescriptor;
typedef struct WGPUMultisampleState {
next_in_chain: *const ChainedStruct,
count: u32,