mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-21 11:22:42 +00:00
Fix sample_mask field
This commit is contained in:
parent
38743c6ba3
commit
460c90e8e2
@ -1672,7 +1672,7 @@ pub fn device_create_render_pipeline(
|
||||
Some(hal::pso::Multisampling {
|
||||
rasterization_samples: sc,
|
||||
sample_shading: None,
|
||||
sample_mask: !0,
|
||||
sample_mask: desc.sample_mask as u64,
|
||||
alpha_coverage: desc.alpha_to_coverage_enabled,
|
||||
alpha_to_one: false,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user