gpu: add MultisampleState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:30:02 -07:00 committed by Stephen Gutekanst
parent 0fd769923c
commit a6be646b94
3 changed files with 8 additions and 7 deletions

View file

@ -29,6 +29,12 @@ pub const CompilationMessage = struct {
length: u64,
};
pub const MultisampleState = struct {
count: u32,
mask: u32,
alpha_to_coverage_enabled: bool,
};
test "syntax" {
_ = BindGroupEntry;
_ = BufferBindingLayout;