Implement MSAA for triangle pipeline in iced_wgpu
This commit is contained in:
parent
4969bfdb66
commit
dadae12253
15 changed files with 539 additions and 73 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
pub mod defaults;
|
||||
pub mod settings;
|
||||
pub mod triangle;
|
||||
pub mod widget;
|
||||
pub mod window;
|
||||
|
|
@ -33,7 +34,6 @@ mod image;
|
|||
mod primitive;
|
||||
mod quad;
|
||||
mod renderer;
|
||||
mod settings;
|
||||
mod target;
|
||||
mod text;
|
||||
mod transformation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue