gpu: add RenderPipeline.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 21:08:22 -07:00 committed by Stephen Gutekanst
parent 122713a44d
commit 616395c583
3 changed files with 20 additions and 12 deletions

View file

@ -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,