gpu: add MultisampleState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 10:33:52 -07:00 committed by Stephen Gutekanst
parent 8f80cdc321
commit 4fc752723c
3 changed files with 18 additions and 18 deletions

View file

@ -1,10 +1,3 @@
typedef struct WGPUMultisampleState {
next_in_chain: *const ChainedStruct,
count: u32,
mask: u32,
alpha_to_coverage_enabled: bool,
} WGPUMultisampleState;
typedef struct WGPUPipelineLayoutDescriptor {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,