gpu: add RenderPipeline.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
122713a44d
commit
616395c583
3 changed files with 20 additions and 12 deletions
|
|
@ -461,7 +461,7 @@ pub const CopyTextureForBrowserOptions = extern struct {
|
|||
dst_alpha_mode: AlphaMode,
|
||||
};
|
||||
|
||||
pub const MultisampleState = struct {
|
||||
pub const MultisampleState = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
count: u32,
|
||||
mask: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue